#B0371A

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

Shades of Rust #B0371A

Tints of Rust #B0371A

Color information

#B0371A (or 0xB0371A) is unknown color: approx Rust. HEX triplet: B0, 37 and 1A. RGB value is (176,55,26). Sum of RGB (Red+Green+Blue) = 176+55+26=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0371A is #4FC8E5. Grayscale: #585858. Windows color (decimal): -5228774 or 1718192. OLE color: 1718192.

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

Color convert

RGB1765526-
CMYK00.690.850.31
HSL11.6º74.26%39.61%-
HSV(B)11.6º85.23%69.02%-
XYZ19.4612.042.28-
YUV87.8793.09190.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=68.48%
G=21.40%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176552600.690.850.3111.674.2639.61
HexB0371A045551Fc4a28
Octal26067320105125371411250
Binary10110000110111110100100010110101011111111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0371A; }

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

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

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

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

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

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

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

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