#57180F

Color #57180F Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #57180F

Tints of Red Oxide #57180F

Color information

#57180F (or 0x57180F) is unknown color: approx 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

RGB872415-
CMYK00.720.830.66
HSL7.5º70.59%20%-
HSV(B)7.5º82.76%34.12%-
XYZ4.342.710.75-
YUV41.81112.87160.23-

RGB Variations

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

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.90%
R=69.05%
G=19.05%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87241500.720.830.667.570.5920
Hex5718F048534284714
Octal127301701101231021010724
Binary101011111000111101001000101001110000101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>