#B64409

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

Shades of Rust #B64409

Tints of Rust #B64409

Color information

#B64409 (or 0xB64409) is unknown color: approx Rust. HEX triplet: B6, 44 and 09. RGB value is (182,68,9). Sum of RGB (Red+Green+Blue) = 182+68+9=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64409 is #49BBF6. Grayscale: #5F5F5F. Windows color (decimal): -4832247 or 607414. OLE color: 607414.

HSL color Cylindrical-coordinate representation of color #B64409: hue angle of 20.46º degrees, saturation: 0.91, 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 #B64409 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB182689-
CMYK00.630.950.29
HSL20.46º90.58%37.45%-
HSV(B)20.46º95.05%71.37%-
XYZ21.4114.11.85-
YUV95.3679.27189.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=70.27%
G=26.25%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18268900.630.950.2920.4690.5837.45
HexB644903F5F1D145b25
Octal26610411077137352413345
Binary10110110100010010010111111101111111101101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64409; }

 p { color: rgb(182,68,9); }

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

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

 a { background-color: rgb(182,68,9); }

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

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

 span { border-color: rgb(182,68,9); }

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