Html Css Color HEX #570A06 Red Oxide

📋 copy color: '#570A06'

red 87 ◦ green 10 ◦ blue 6

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

Shades of Red Oxide #570A06

Tints of Red Oxide #570A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.71%

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 84.47%
G = 9.71%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#570A06 (or 0x570A06) is known color: Red Oxide. HEX triplet: 57, 0A and 06. RGB value is (87,10,6). Sum of RGB (Red+Green+Blue) = 87+10+6=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #570A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A06 is #A8F5F9. Grayscale: #202020. Windows color (decimal): -11073018 or 395863. OLE color: 395863.

HSL color Cylindrical-coordinate representation of color #570A06: hue angle of 2.96º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570A06 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 6 -
CMYK 0 0.89 0.93 0.66
HSL 2.96º 0.87% 0.18% -
HSV(B) 2.96º 0.93% 0.34% -
XYZ 4.07 2.26 0.39 -
YUV 32.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 87 10 6 0 0.89 0.93 0.66 2.96 0.87 0.18
Hex 57 A 6 0 59 5D 42 3 57 12
Octal 127 12 6 0 131 135 102 3 127 22
Binary 1010111 1010 110 0 1011001 1011101 1000010 11 1010111 10010

Color Harmonies of #570A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A06

Black with #570A06

Text Example


Text Example

White with #570A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,6); }

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

background-color css

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

 a { background-color: rgb(87,10,6); }

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

border-color css

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

 span { border-color: rgb(87,10,6); }

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