Html Css Color HEX #570C09 Red Oxide

📋 copy color: '#570C09'

red 87 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #570C09

Tints of Red Oxide #570C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 80.56%
G = 11.11%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#570C09 (or 0x570C09) is known color: Red Oxide. HEX triplet: 57, 0C and 09. RGB value is (87,12,9). Sum of RGB (Red+Green+Blue) = 87+12+9=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C09 is #A8F3F6. Grayscale: #222222. Windows color (decimal): -11072503 or 592983. OLE color: 592983.

HSL color Cylindrical-coordinate representation of color #570C09: hue angle of 2.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570C09 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 12 9 -
CMYK 0 0.86 0.90 0.66
HSL 2.31º 0.81% 0.19% -
HSV(B) 2.31º 0.9% 0.34% -
XYZ 4.11 2.31 0.49 -
YUV 34.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 87 12 9 0 0.86 0.90 0.66 2.31 0.81 0.19
Hex 57 C 9 0 56 5A 42 2 51 13
Octal 127 14 11 0 126 132 102 2 121 23
Binary 1010111 1100 1001 0 1010110 1011010 1000010 10 1010001 10011

Color Harmonies of #570C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C09

Black with #570C09

Text Example


Text Example

White with #570C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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