#B03A09

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

Shades of Rust #B03A09

Tints of Rust #B03A09

Color information

#B03A09 (or 0xB03A09) is unknown color: approx Rust. HEX triplet: B0, 3A and 09. RGB value is (176,58,9). Sum of RGB (Red+Green+Blue) = 176+58+9=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03A09 is #4FC5F6. Grayscale: #585858. Windows color (decimal): -5228023 or 604848. OLE color: 604848.

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

Color convert

RGB176589-
CMYK00.670.950.31
HSL17.6º90.27%36.27%-
HSV(B)17.6º94.89%69.02%-
XYZ19.4712.281.6-
YUV87.783.59190.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.43%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 9 (3.91% from 255) = 3.70%
R=72.43%
G=23.87%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17658900.670.950.3117.690.2736.27
HexB03A90435F1F125a24
Octal26072110103137372213244
Binary10110000111010100101000011101111111111100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A09; }

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

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

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

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

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

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

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

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