Html Css Color HEX #57100A Red Oxide

📋 copy color: '#57100A'

red 87 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #57100A

Tints of Red Oxide #57100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 76.99%
G = 14.16%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57100A (or 0x57100A) is known color: Red Oxide. HEX triplet: 57, 10 and 0A. RGB value is (87,16,10). Sum of RGB (Red+Green+Blue) = 87+16+10=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #57100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100A is #A8EFF5. Grayscale: #242424. Windows color (decimal): -11071478 or 659543. OLE color: 659543.

HSL color Cylindrical-coordinate representation of color #57100A: hue angle of 4.68º 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 #57100A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 10 -
CMYK 0 0.82 0.89 0.66
HSL 4.68º 0.79% 0.19% -
HSV(B) 4.68º 0.89% 0.34% -
XYZ 4.17 2.42 0.53 -
YUV 36.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 87 16 10 0 0.82 0.89 0.66 4.68 0.79 0.19
Hex 57 10 A 0 52 59 42 5 4F 13
Octal 127 20 12 0 122 131 102 5 117 23
Binary 1010111 10000 1010 0 1010010 1011001 1000010 101 1001111 10011

Color Harmonies of #57100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57100A

Black with #57100A

Text Example


Text Example

White with #57100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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