Html Css Color HEX #570F02 Red Oxide

📋 copy color: '#570F02'

red 87 ◦ green 15 ◦ blue 2

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

Shades of Red Oxide #570F02

Tints of Red Oxide #570F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.42%

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

R = 83.65%
G = 14.42%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#570F02 (or 0x570F02) is known color: Red Oxide. HEX triplet: 57, 0F and 02. RGB value is (87,15,2). Sum of RGB (Red+Green+Blue) = 87+15+2=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F02 is #A8F0FD. Grayscale: #232323. Windows color (decimal): -11071742 or 134999. OLE color: 134999.

HSL color Cylindrical-coordinate representation of color #570F02: hue angle of 9.18º 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 #570F02 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 2 -
CMYK 0 0.83 0.98 0.66
HSL 9.18º 0.96% 0.17% -
HSV(B) 9.18º 0.98% 0.34% -
XYZ 4.11 2.37 0.3 -
YUV 35.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 87 15 2 0 0.83 0.98 0.66 9.18 0.96 0.17
Hex 57 F 2 0 53 62 42 9 60 11
Octal 127 17 2 0 123 142 102 11 140 21
Binary 1010111 1111 10 0 1010011 1100010 1000010 1001 1100000 10001

Color Harmonies of #570F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F02

Black with #570F02

Text Example


Text Example

White with #570F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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