Html Css Color HEX #570E04 Red Oxide

📋 copy color: '#570E04'

red 87 ◦ green 14 ◦ blue 4

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

Shades of Red Oxide #570E04

Tints of Red Oxide #570E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.33%

 BLUE value IS 4 (1.95% from 255) = 3.81%

R = 82.86%
G = 13.33%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#570E04 (or 0x570E04) is known color: Red Oxide. HEX triplet: 57, 0E and 04. RGB value is (87,14,4). Sum of RGB (Red+Green+Blue) = 87+14+4=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E04 is #A8F1FB. Grayscale: #222222. Windows color (decimal): -11071996 or 265815. OLE color: 265815.

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

Color convert

RGB 87 14 4 -
CMYK 0 0.84 0.95 0.66
HSL 7.23º 0.91% 0.18% -
HSV(B) 7.23º 0.95% 0.34% -
XYZ 4.11 2.35 0.35 -
YUV 34.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 87 14 4 0 0.84 0.95 0.66 7.23 0.91 0.18
Hex 57 E 4 0 54 5F 42 7 5B 12
Octal 127 16 4 0 124 137 102 7 133 22
Binary 1010111 1110 100 0 1010100 1011111 1000010 111 1011011 10010

Color Harmonies of #570E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E04

Black with #570E04

Text Example


Text Example

White with #570E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,14,4); }

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

background-color css

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

 a { background-color: rgb(87,14,4); }

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

border-color css

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

 span { border-color: rgb(87,14,4); }

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