Html Css Color HEX #57120C Red Oxide

📋 copy color: '#57120C'

red 87 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #57120C

Tints of Red Oxide #57120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

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

R = 74.36%
G = 15.38%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57120C (or 0x57120C) is known color: Red Oxide. HEX triplet: 57, 12 and 0C. RGB value is (87,18,12). Sum of RGB (Red+Green+Blue) = 87+18+12=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57120C is #A8EDF3. Grayscale: #262626. Windows color (decimal): -11070964 or 791127. OLE color: 791127.

HSL color Cylindrical-coordinate representation of color #57120C: hue angle of 4.8º 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 #57120C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 12 -
CMYK 0 0.79 0.86 0.66
HSL 4.8º 0.76% 0.19% -
HSV(B) 4.8º 0.86% 0.34% -
XYZ 4.21 2.49 0.61 -
YUV 37.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 87 18 12 0 0.79 0.86 0.66 4.8 0.76 0.19
Hex 57 12 C 0 4F 56 42 5 4C 13
Octal 127 22 14 0 117 126 102 5 114 23
Binary 1010111 10010 1100 0 1001111 1010110 1000010 101 1001100 10011

Color Harmonies of #57120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57120C

Black with #57120C

Text Example


Text Example

White with #57120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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