#B03E1B

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

Shades of Rust #B03E1B

Tints of Rust #B03E1B

Color information

#B03E1B (or 0xB03E1B) is unknown color: approx Rust. HEX triplet: B0, 3E and 1B. RGB value is (176,62,27). Sum of RGB (Red+Green+Blue) = 176+62+27=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E1B is #4FC1E4. Grayscale: #5C5C5C. Windows color (decimal): -5226981 or 1785520. OLE color: 1785520.

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

Color convert

RGB1766227-
CMYK00.650.850.31
HSL14.09º73.4%39.8%-
HSV(B)14.09º84.66%69.02%-
XYZ19.8212.752.45-
YUV92.191.27187.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=66.42%
G=23.40%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176622700.650.850.3114.0973.439.8
HexB03E1B041551Fe4928
Octal26076330101125371611150
Binary10110000111110110110100000110101011111111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E1B; }

 p { color: rgb(176,62,27); }

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

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

 a { background-color: rgb(176,62,27); }

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

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

 span { border-color: rgb(176,62,27); }

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