Html Css Color HEX #570F0C Red Oxide

📋 copy color: '#570F0C'

red 87 ◦ green 15 ◦ blue 12

#570F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #570F0C

Tints of Red Oxide #570F0C

RGB

 RED value IS 87 (34.38% from 255) = 76.32%

 GREEN value IS 15 (6.25% from 255) = 13.16%

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 76.32%
G = 13.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#570F0C (or 0x570F0C) is known color: Red Oxide. HEX triplet: 57, 0F and 0C. RGB value is (87,15,12). Sum of RGB (Red+Green+Blue) = 87+15+12=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F0C is #A8F0F3. Grayscale: #242424. Windows color (decimal): -11071732 or 790359. OLE color: 790359.

HSL color Cylindrical-coordinate representation of color #570F0C: hue angle of 2.4º 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 #570F0C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 12 -
CMYK 0 0.83 0.86 0.66
HSL 2.4º 0.76% 0.19% -
HSV(B) 2.4º 0.86% 0.34% -
XYZ 4.17 2.39 0.59 -
YUV 36.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 87 15 12 0 0.83 0.86 0.66 2.4 0.76 0.19
Hex 57 F C 0 53 56 42 2 4C 13
Octal 127 17 14 0 123 126 102 2 114 23
Binary 1010111 1111 1100 0 1010011 1010110 1000010 10 1001100 10011

Color Harmonies of #570F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F0C

Black with #570F0C

Text Example


Text Example

White with #570F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570F0C; }

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

 H1.HeaderClassName
 {
   color: #570F0C;
 }
 .AnyTagClassName
 {
   color: #570F0C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #570F0C;
 }
 .BgClassName
 {
   background-color: #570F0C;
 }
</style>

border-color css

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

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

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