#571B12

Color #571B12 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #571B12

Tints of Red Oxide #571B12

Color information

#571B12 (or 0x571B12) is unknown color: approx Red Oxide. HEX triplet: 57, 1B and 12. RGB value is (87,27,18). Sum of RGB (Red+Green+Blue) = 87+27+18=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B12 is #A8E4ED. Grayscale: #2C2C2C. Windows color (decimal): -11068654 or 1186647. OLE color: 1186647.

HSL color Cylindrical-coordinate representation of color #571B12: hue angle of 7.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571B12 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB872718-
CMYK00.690.790.66
HSL7.83º65.71%20.59%-
HSV(B)7.83º79.31%34.12%-
XYZ4.432.850.89-
YUV43.91113.38158.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=65.91%
G=20.45%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87271800.690.790.667.8365.7120.59
Hex571B120454F4284215
Octal127332201051171021010225
Binary1010111110111001001000101100111110000101000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B12; }

 p { color: rgb(87,27,18); }

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

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

 a { background-color: rgb(87,27,18); }

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

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

 span { border-color: rgb(87,27,18); }

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