#B03010

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

Shades of Rust #B03010

Tints of Rust #B03010

Color information

#B03010 (or 0xB03010) is unknown color: approx Rust. HEX triplet: B0, 30 and 10. RGB value is (176,48,16). Sum of RGB (Red+Green+Blue) = 176+48+16=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B03010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03010 is #4FCFEF. Grayscale: #525252. Windows color (decimal): -5230576 or 1061040. OLE color: 1061040.

HSL color Cylindrical-coordinate representation of color #B03010: hue angle of 12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03010 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1764816-
CMYK00.730.910.31
HSL12º83.33%37.65%-
HSV(B)12º90.91%69.02%-
XYZ19.0511.381.68-
YUV82.6290.41194.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.33%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176481600.730.910.311283.3337.65
HexB030100495B1Fc5326
Octal26060200111133371412346
Binary10110000110000100000100100110110111111111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03010; }

 p { color: rgb(176,48,16); }

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

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

 a { background-color: rgb(176,48,16); }

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

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

 span { border-color: rgb(176,48,16); }

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