#B15212

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

Shades of Rust #B15212

Tints of Rust #B15212

Color information

#B15212 (or 0xB15212) is unknown color: approx Rust. HEX triplet: B1, 52 and 12. RGB value is (177,82,18). Sum of RGB (Red+Green+Blue) = 177+82+18=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15212 is #4EADED. Grayscale: #676767. Windows color (decimal): -5156334 or 1200817. OLE color: 1200817.

HSL color Cylindrical-coordinate representation of color #B15212: hue angle of 24.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15212 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1778218-
CMYK00.540.900.31
HSL24.15º81.54%38.24%-
HSV(B)24.15º89.83%69.41%-
XYZ21.2615.432.43-
YUV103.1179.97180.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=63.90%
G=29.60%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177821800.540.900.3124.1581.5438.24
HexB152120365A1F185226
Octal26112222066132373012246
Binary101100011010010100100110110101101011111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15212; }

 p { color: rgb(177,82,18); }

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

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

 a { background-color: rgb(177,82,18); }

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

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

 span { border-color: rgb(177,82,18); }

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