#571512

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

Shades of Red Oxide #571512

Tints of Red Oxide #571512

Color information

#571512 (or 0x571512) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 12. RGB value is (87,21,18). Sum of RGB (Red+Green+Blue) = 87+21+18=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571512 is #A8EAED. Grayscale: #282828. Windows color (decimal): -11070190 or 1185111. OLE color: 1185111.

HSL color Cylindrical-coordinate representation of color #571512: hue angle of 2.61º 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 #571512 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB872118-
CMYK00.760.790.66
HSL2.61º65.71%20.59%-
HSV(B)2.61º79.31%34.12%-
XYZ4.312.610.85-
YUV40.39115.37161.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=69.05%
G=16.67%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87211800.760.790.662.6165.7120.59
Hex57151204C4F4234215
Octal12725220114117102310225
Binary10101111010110010010011001001111100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571512; }

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

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

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

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

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

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

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

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