#B43211

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

Shades of Rust #B43211

Tints of Rust #B43211

Color information

#B43211 (or 0xB43211) is unknown color: approx Rust. HEX triplet: B4, 32 and 11. RGB value is (180,50,17). Sum of RGB (Red+Green+Blue) = 180+50+17=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B43211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43211 is #4BCDEE. Grayscale: #555555. Windows color (decimal): -4967919 or 1127092. OLE color: 1127092.

HSL color Cylindrical-coordinate representation of color #B43211: hue angle of 12.15º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B43211 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1805017-
CMYK00.720.910.29
HSL12.15º82.74%38.63%-
HSV(B)12.15º90.56%70.59%-
XYZ20.0612.021.79-
YUV85.1189.57195.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.87%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=72.87%
G=20.24%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180501700.720.910.2912.1582.7438.63
HexB432110485B1Dc5327
Octal26462210110133351412347
Binary10110100110010100010100100010110111110111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43211; }

 p { color: rgb(180,50,17); }

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

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

 a { background-color: rgb(180,50,17); }

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

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

 span { border-color: rgb(180,50,17); }

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