Html Css Color HEX #57100C Red Oxide

📋 copy color: '#57100C'

red 87 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #57100C

Tints of Red Oxide #57100C

RGB

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

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

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

R = 75.65%
G = 13.91%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57100C (or 0x57100C) is known color: Red Oxide. HEX triplet: 57, 10 and 0C. RGB value is (87,16,12). Sum of RGB (Red+Green+Blue) = 87+16+12=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100C is #A8EFF3. Grayscale: #242424. Windows color (decimal): -11071476 or 790615. OLE color: 790615.

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

Color convert

RGB 87 16 12 -
CMYK 0 0.82 0.86 0.66
HSL 3.2º 0.76% 0.19% -
HSV(B) 3.2º 0.86% 0.34% -
XYZ 4.18 2.42 0.6 -
YUV 36.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 87 16 12 0 0.82 0.86 0.66 3.2 0.76 0.19
Hex 57 10 C 0 52 56 42 3 4C 13
Octal 127 20 14 0 122 126 102 3 114 23
Binary 1010111 10000 1100 0 1010010 1010110 1000010 11 1001100 10011

Color Harmonies of #57100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57100C

Black with #57100C

Text Example


Text Example

White with #57100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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