Html Css Color HEX #572020 Red Oxide

📋 copy color: '#572020'

red 87 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #572020

Tints of Red Oxide #572020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 57.62%
G = 21.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#572020 (or 0x572020) is known color: Red Oxide. HEX triplet: 57, 20 and 20. RGB value is (87,32,32). Sum of RGB (Red+Green+Blue) = 87+32+32=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #572020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572020 is #A8DFDF. Grayscale: #303030. Windows color (decimal): -11067360 or 2105431. OLE color: 2105431.

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

Color convert

RGB 87 32 32 -
CMYK 0 0.63 0.63 0.66
HSL 0.46% 0.23% -
HSV(B) 0.63% 0.34% -
XYZ 4.71 3.16 1.73 -
YUV 48.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 87 32 32 0 0.63 0.63 0.66 0 0.46 0.23
Hex 57 20 20 0 3F 3F 42 0 2E 17
Octal 127 40 40 0 77 77 102 0 56 27
Binary 1010111 100000 100000 0 111111 111111 1000010 0 101110 10111

Color Harmonies of #572020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572020

Black with #572020

Text Example


Text Example

White with #572020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572020; }

 p { color: rgb(87,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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