Html Css Color HEX #57170A Red Oxide

📋 copy color: '#57170A'

red 87 ◦ green 23 ◦ blue 10

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

Shades of Red Oxide #57170A

Tints of Red Oxide #57170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 72.5%
G = 19.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57170A (or 0x57170A) is known color: Red Oxide. HEX triplet: 57, 17 and 0A. RGB value is (87,23,10). Sum of RGB (Red+Green+Blue) = 87+23+10=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57170A is #A8E8F5. Grayscale: #282828. Windows color (decimal): -11069686 or 661335. OLE color: 661335.

HSL color Cylindrical-coordinate representation of color #57170A: hue angle of 10.13º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57170A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 10 -
CMYK 0 0.74 0.89 0.66
HSL 10.13º 0.79% 0.19% -
HSV(B) 10.13º 0.89% 0.34% -
XYZ 4.29 2.66 0.57 -
YUV 40.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 87 23 10 0 0.74 0.89 0.66 10.13 0.79 0.19
Hex 57 17 A 0 4A 59 42 A 4F 13
Octal 127 27 12 0 112 131 102 12 117 23
Binary 1010111 10111 1010 0 1001010 1011001 1000010 1010 1001111 10011

Color Harmonies of #57170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57170A

Black with #57170A

Text Example


Text Example

White with #57170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57170A; }

 p { color: rgb(87,23,10); }

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

background-color css

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

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

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

border-color css

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

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

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