Html Css Color HEX #570600 Red Oxide

📋 copy color: '#570600'

red 87 ◦ green 6 ◦ blue 0

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

Shades of Red Oxide #570600

Tints of Red Oxide #570600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.55%
G = 6.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#570600 (or 0x570600) is known color: Red Oxide. HEX triplet: 57, 06 and 00. RGB value is (87,6,0). Sum of RGB (Red+Green+Blue) = 87+6+0=93 (12% of max value = 765). Red value is 87 (34.38% from 255 or 93.55% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 87 - color contains mainly: red. Hex color #570600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570600 is #A8F9FF. Grayscale: #1D1D1D. Windows color (decimal): -11074048 or 1623. OLE color: 1623.

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

Color convert

RGB 87 6 0 -
CMYK 0 0.93 1 0.66
HSL 4.14º 1% 0.17% -
HSV(B) 4.14º 1% 0.34% -
XYZ 4 2.16 0.21 -
YUV 29.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 87 6 0 0 0.93 1 0.66 4.14 1 0.17
Hex 57 6 0 0 5D 64 42 4 64 11
Octal 127 6 0 0 135 144 102 4 144 21
Binary 1010111 110 0 0 1011101 1100100 1000010 100 1100100 10001

Color Harmonies of #570600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570600

Black with #570600

Text Example


Text Example

White with #570600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570600; }

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

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

background-color css

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

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

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

border-color css

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

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

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