#B04C09

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

Shades of Rust #B04C09

Tints of Rust #B04C09

Color information

#B04C09 (or 0xB04C09) is unknown color: approx Rust. HEX triplet: B0, 4C and 09. RGB value is (176,76,9). Sum of RGB (Red+Green+Blue) = 176+76+9=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C09 is #4FB3F6. Grayscale: #626262. Windows color (decimal): -5223415 or 609456. OLE color: 609456.

HSL color Cylindrical-coordinate representation of color #B04C09: hue angle of 24.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04C09 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB176769-
CMYK00.570.950.31
HSL24.07º90.27%36.27%-
HSV(B)24.07º94.89%69.02%-
XYZ20.5414.421.96-
YUV98.2677.63183.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=67.43%
G=29.12%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17676900.570.950.3124.0790.2736.27
HexB04C90395F1F185a24
Octal26011411071137373013244
Binary10110000100110010010111001101111111111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C09; }

 p { color: rgb(176,76,9); }

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

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

 a { background-color: rgb(176,76,9); }

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

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

 span { border-color: rgb(176,76,9); }

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