Html Css Color HEX #570702 Red Oxide

📋 copy color: '#570702'

red 87 ◦ green 7 ◦ blue 2

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

Shades of Red Oxide #570702

Tints of Red Oxide #570702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 90.63%
G = 7.29%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#570702 (or 0x570702) is known color: Red Oxide. HEX triplet: 57, 07 and 02. RGB value is (87,7,2). Sum of RGB (Red+Green+Blue) = 87+7+2=96 (12% of max value = 765). Red value is 87 (34.38% from 255 or 90.62% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 87 - color contains mainly: red. Hex color #570702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570702 is #A8F8FD. Grayscale: #1E1E1E. Windows color (decimal): -11073790 or 132951. OLE color: 132951.

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

Color convert

RGB 87 7 2 -
CMYK 0 0.92 0.98 0.66
HSL 3.53º 0.96% 0.17% -
HSV(B) 3.53º 0.98% 0.34% -
XYZ 4.02 2.18 0.27 -
YUV 30.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 87 7 2 0 0.92 0.98 0.66 3.53 0.96 0.17
Hex 57 7 2 0 5C 62 42 4 60 11
Octal 127 7 2 0 134 142 102 4 140 21
Binary 1010111 111 10 0 1011100 1100010 1000010 100 1100000 10001

Color Harmonies of #570702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570702

Black with #570702

Text Example


Text Example

White with #570702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570702; }

 p { color: rgb(87,7,2); }

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

background-color css

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

 a { background-color: rgb(87,7,2); }

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

border-color css

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

 span { border-color: rgb(87,7,2); }

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