#B0371E

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

Shades of Rust #B0371E

Tints of Rust #B0371E

Color information

#B0371E (or 0xB0371E) is unknown color: approx Rust. HEX triplet: B0, 37 and 1E. RGB value is (176,55,30). Sum of RGB (Red+Green+Blue) = 176+55+30=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0371E is #4FC8E1. Grayscale: #585858. Windows color (decimal): -5228770 or 1980336. OLE color: 1980336.

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

Color convert

RGB1765530-
CMYK00.690.830.31
HSL10.27º70.87%40.39%-
HSV(B)10.27º82.95%69.02%-
XYZ19.5112.062.53-
YUV88.3395.09190.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=67.43%
G=21.07%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176553000.690.830.3110.2770.8740.39
HexB0371E045531Fa4728
Octal26067360105123371210750
Binary10110000110111111100100010110100111111110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0371E; }

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

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

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

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

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

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

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

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