Html Css Color HEX #57180F Red Oxide

📋 copy color: '#57180F'

red 87 ◦ green 24 ◦ blue 15

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

Shades of Red Oxide #57180F

Tints of Red Oxide #57180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 69.05%
G = 19.05%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57180F (or 0x57180F) is known color: Red Oxide. HEX triplet: 57, 18 and 0F. RGB value is (87,24,15). Sum of RGB (Red+Green+Blue) = 87+24+15=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #57180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57180F is #A8E7F0. Grayscale: #292929. Windows color (decimal): -11069425 or 989271. OLE color: 989271.

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

Color convert

RGB 87 24 15 -
CMYK 0 0.72 0.83 0.66
HSL 7.5º 0.71% 0.2% -
HSV(B) 7.5º 0.83% 0.34% -
XYZ 4.34 2.71 0.75 -
YUV 41.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 87 24 15 0 0.72 0.83 0.66 7.5 0.71 0.2
Hex 57 18 F 0 48 53 42 8 47 14
Octal 127 30 17 0 110 123 102 10 107 24
Binary 1010111 11000 1111 0 1001000 1010011 1000010 1000 1000111 10100

Color Harmonies of #57180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57180F

Black with #57180F

Text Example


Text Example

White with #57180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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