#B43A09

Color #B43A09 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B43A09

Tints of Rust #B43A09

Color information

#B43A09 (or 0xB43A09) is unknown color: approx Rust. HEX triplet: B4, 3A and 09. RGB value is (180,58,9). Sum of RGB (Red+Green+Blue) = 180+58+9=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A09 is #4BC5F6. Grayscale: #595959. Windows color (decimal): -4965879 or 604852. OLE color: 604852.

HSL color Cylindrical-coordinate representation of color #B43A09: hue angle of 17.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B43A09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180589-
CMYK00.680.950.29
HSL17.19º90.48%37.06%-
HSV(B)17.19º95%70.59%-
XYZ20.3812.751.64-
YUV88.8982.92192.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 72.87%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=72.87%
G=23.48%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18058900.680.950.2917.1990.4837.06
HexB43A90445F1D115a25
Octal26472110104137352113245
Binary10110100111010100101000100101111111101100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A09; }

 p { color: rgb(180,58,9); }

 H1.HeaderClassName
 {
   color: #B43A09;
 }
 .AnyTagClassName
 {
   color: #B43A09;
 }
</style>
background-color css

<style>
 a { background-color: #B43A09; }

 a { background-color: rgb(180,58,9); }

 div.DivClassName
 {
   background-color: #B43A09;
 }
 .BgClassName
 {
   background-color: #B43A09;
 }
</style>
border-color css

<style>
 span { border-color: #B43A09; }

 span { border-color: rgb(180,58,9); }

 td.TdClassName
 {
   border-color: #B43A09;
 }
 .TagClassName
 {
   border-color: #B43A09;
 }
</style>