Html Css Color HEX #57180E Red Oxide

📋 copy color: '#57180E'

red 87 ◦ green 24 ◦ blue 14

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

Shades of Red Oxide #57180E

Tints of Red Oxide #57180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

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

R = 69.6%
G = 19.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57180E (or 0x57180E) is known color: Red Oxide. HEX triplet: 57, 18 and 0E. RGB value is (87,24,14). Sum of RGB (Red+Green+Blue) = 87+24+14=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #57180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57180E is #A8E7F1. Grayscale: #292929. Windows color (decimal): -11069426 or 923735. OLE color: 923735.

HSL color Cylindrical-coordinate representation of color #57180E: hue angle of 8.22º 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 #57180E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 24 14 -
CMYK 0 0.72 0.84 0.66
HSL 8.22º 0.72% 0.2% -
HSV(B) 8.22º 0.84% 0.34% -
XYZ 4.34 2.71 0.71 -
YUV 41.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 87 24 14 0 0.72 0.84 0.66 8.22 0.72 0.2
Hex 57 18 E 0 48 54 42 8 48 14
Octal 127 30 16 0 110 124 102 10 110 24
Binary 1010111 11000 1110 0 1001000 1010100 1000010 1000 1001000 10100

Color Harmonies of #57180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57180E

Black with #57180E

Text Example


Text Example

White with #57180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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