Html Css Color HEX #57120E Red Oxide

📋 copy color: '#57120E'

red 87 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #57120E

Tints of Red Oxide #57120E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 73.11%
G = 15.13%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57120E (or 0x57120E) is known color: Red Oxide. HEX triplet: 57, 12 and 0E. RGB value is (87,18,14). Sum of RGB (Red+Green+Blue) = 87+18+14=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57120E is #A8EDF1. Grayscale: #262626. Windows color (decimal): -11070962 or 922199. OLE color: 922199.

HSL color Cylindrical-coordinate representation of color #57120E: hue angle of 3.29º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57120E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 14 -
CMYK 0 0.79 0.84 0.66
HSL 3.29º 0.72% 0.2% -
HSV(B) 3.29º 0.84% 0.34% -
XYZ 4.23 2.49 0.67 -
YUV 38.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 87 18 14 0 0.79 0.84 0.66 3.29 0.72 0.2
Hex 57 12 E 0 4F 54 42 3 48 14
Octal 127 22 16 0 117 124 102 3 110 24
Binary 1010111 10010 1110 0 1001111 1010100 1000010 11 1001000 10100

Color Harmonies of #57120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57120E

Black with #57120E

Text Example


Text Example

White with #57120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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