#5E180F

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

Shades of Red Oxide #5E180F

Tints of Red Oxide #5E180F

Color information

#5E180F (or 0x5E180F) is unknown color: approx Red Oxide. HEX triplet: 5E, 18 and 0F. RGB value is (94,24,15). Sum of RGB (Red+Green+Blue) = 94+24+15=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E180F is #A1E7F0. Grayscale: #2C2C2C. Windows color (decimal): -10610673 or 989278. OLE color: 989278.

HSL color Cylindrical-coordinate representation of color #5E180F: hue angle of 6.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E180F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB942415-
CMYK00.740.840.63
HSL6.84º72.48%21.37%-
HSV(B)6.84º84.04%36.86%-
XYZ5.033.070.78-
YUV43.9111.69163.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 70.68%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=70.68%
G=18.05%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94241500.740.840.636.8472.4821.37
Hex5E18F04A543F74815
Octal1363017011212477711025
Binary1011110110001111010010101010100111111111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E180F; }

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

 H1.HeaderClassName
 {
   color: #5E180F;
 }
 .AnyTagClassName
 {
   color: #5E180F;
 }
</style>
background-color css

<style>
 a { background-color: #5E180F; }

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

 div.DivClassName
 {
   background-color: #5E180F;
 }
 .BgClassName
 {
   background-color: #5E180F;
 }
</style>
border-color css

<style>
 span { border-color: #5E180F; }

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

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