#B03F1A

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

Shades of Rust #B03F1A

Tints of Rust #B03F1A

Color information

#B03F1A (or 0xB03F1A) is unknown color: approx Rust. HEX triplet: B0, 3F and 1A. RGB value is (176,63,26). Sum of RGB (Red+Green+Blue) = 176+63+26=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F1A is #4FC0E5. Grayscale: #5C5C5C. Windows color (decimal): -5226726 or 1720240. OLE color: 1720240.

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

Color convert

RGB1766326-
CMYK00.640.850.31
HSL14.8º74.26%39.61%-
HSV(B)14.8º85.23%69.02%-
XYZ19.8712.862.41-
YUV92.5790.44187.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=66.42%
G=23.77%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176632600.640.850.3114.874.2639.61
HexB03F1A040551Ff4a28
Octal26077320100125371711250
Binary10110000111111110100100000010101011111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F1A; }

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

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

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

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

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

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

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

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