#B0431B

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

Shades of Rust #B0431B

Tints of Rust #B0431B

Color information

#B0431B (or 0xB0431B) is unknown color: approx Rust. HEX triplet: B0, 43 and 1B. RGB value is (176,67,27). Sum of RGB (Red+Green+Blue) = 176+67+27=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0431B is #4FBCE4. Grayscale: #5F5F5F. Windows color (decimal): -5225701 or 1786800. OLE color: 1786800.

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

Color convert

RGB1766727-
CMYK00.620.850.31
HSL16.11º73.4%39.8%-
HSV(B)16.11º84.66%69.02%-
XYZ20.1113.322.55-
YUV95.0389.61185.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.19%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 27 (10.94% from 255) = 10%
R=65.19%
G=24.81%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176672700.620.850.3116.1173.439.8
HexB0431B03E551F104928
Octal26010333076125372011150
Binary101100001000011110110111110101010111111100001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0431B; }

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

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

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

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

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

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

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

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