#B03D1B

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

Shades of Rust #B03D1B

Tints of Rust #B03D1B

Color information

#B03D1B (or 0xB03D1B) is unknown color: approx Rust. HEX triplet: B0, 3D and 1B. RGB value is (176,61,27). Sum of RGB (Red+Green+Blue) = 176+61+27=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D1B is #4FC2E4. Grayscale: #5B5B5B. Windows color (decimal): -5227237 or 1785264. OLE color: 1785264.

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

Color convert

RGB1766127-
CMYK00.650.850.31
HSL13.69º73.4%39.8%-
HSV(B)13.69º84.66%69.02%-
XYZ19.7712.652.44-
YUV91.5191.6188.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.67%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=66.67%
G=23.11%
B=10.23%

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
Decimal176612700.650.850.3113.6973.439.8
HexB03D1B041551Fe4928
Octal26075330101125371611150
Binary10110000111101110110100000110101011111111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D1B; }

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

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

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

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

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

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

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

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