#571A0C

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

Shades of Red Oxide #571A0C

Tints of Red Oxide #571A0C

Color information

#571A0C (or 0x571A0C) is unknown color: approx Red Oxide. HEX triplet: 57, 1A and 0C. RGB value is (87,26,12). Sum of RGB (Red+Green+Blue) = 87+26+12=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A0C is #A8E5F3. Grayscale: #2A2A2A. Windows color (decimal): -11068916 or 793175. OLE color: 793175.

HSL color Cylindrical-coordinate representation of color #571A0C: hue angle of 11.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571A0C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB872612-
CMYK00.700.860.66
HSL11.2º75.76%19.41%-
HSV(B)11.2º86.21%34.12%-
XYZ4.372.790.66-
YUV42.64110.71159.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=69.6%
G=20.8%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87261200.700.860.6611.275.7619.41
Hex571AC0465642b4c13
Octal127321401061261021311423
Binary101011111010110001000110101011010000101011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,12); }

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

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

 a { background-color: rgb(87,26,12); }

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

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

 span { border-color: rgb(87,26,12); }

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