#b03d1a

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

Shades of Rust #B03D1A

Tints of Rust #B03D1A

Color information

#B03D1A (or 0xB03D1A) is unknown color: approx Rust. HEX triplet: B0, 3D and 1A. RGB value is (176,61,26). Sum of RGB (Red+Green+Blue) = 176+61+26=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D1A is #4FC2E5. Grayscale: #5B5B5B. Windows color (decimal): -5227238 or 1719728. OLE color: 1719728.

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

Color convert

RGB1766126-
CMYK00.650.850.31
HSL14º74.26%39.61%-
HSV(B)14º85.23%69.02%-
XYZ19.7612.642.38-
YUV91.3991.1188.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.92%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=66.92%
G=23.19%
B=9.89%

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
Decimal176612600.650.850.311474.2639.61
HexB03D1A041551Fe4a28
Octal26075320101125371611250
Binary10110000111101110100100000110101011111111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03d1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03d1a; }

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

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

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

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

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

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

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

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