Html Css Color HEX #57110C Red Oxide

📋 copy color: '#57110C'

red 87 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #57110C

Tints of Red Oxide #57110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 75%
G = 14.66%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57110C (or 0x57110C) is known color: Red Oxide. HEX triplet: 57, 11 and 0C. RGB value is (87,17,12). Sum of RGB (Red+Green+Blue) = 87+17+12=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57110C is #A8EEF3. Grayscale: #252525. Windows color (decimal): -11071220 or 790871. OLE color: 790871.

HSL color Cylindrical-coordinate representation of color #57110C: hue angle of 4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57110C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 12 -
CMYK 0 0.80 0.86 0.66
HSL 0.76% 0.19% -
HSV(B) 0.86% 0.34% -
XYZ 4.2 2.45 0.6 -
YUV 37.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 87 17 12 0 0.80 0.86 0.66 4 0.76 0.19
Hex 57 11 C 0 50 56 42 4 4C 13
Octal 127 21 14 0 120 126 102 4 114 23
Binary 1010111 10001 1100 0 1010000 1010110 1000010 100 1001100 10011

Color Harmonies of #57110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57110C

Black with #57110C

Text Example


Text Example

White with #57110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57110C; }

 p { color: rgb(87,17,12); }

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

background-color css

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

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

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

border-color css

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

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

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