#B02D09

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

Shades of Rust #B02D09

Tints of Rust #B02D09

Color information

#B02D09 (or 0xB02D09) is unknown color: approx Rust. HEX triplet: B0, 2D and 09. RGB value is (176,45,9). Sum of RGB (Red+Green+Blue) = 176+45+9=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02D09 is #4FD2F6. Grayscale: #505050. Windows color (decimal): -5231351 or 601520. OLE color: 601520.

HSL color Cylindrical-coordinate representation of color #B02D09: hue angle of 12.93º 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 #B02D09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB176459-
CMYK00.740.950.31
HSL12.93º90.27%36.27%-
HSV(B)12.93º94.89%69.02%-
XYZ18.8911.131.41-
YUV80.0687.9196.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.52%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=76.52%
G=19.57%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17645900.740.950.3112.9390.2736.27
HexB02D904A5F1Fd5a24
Octal26055110112137371513244
Binary1011000010110110010100101010111111111111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02D09; }

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

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

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

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

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

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

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

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