#5E180A

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

Shades of Red Oxide #5E180A

Tints of Red Oxide #5E180A

Color information

#5E180A (or 0x5E180A) is unknown color: approx Red Oxide. HEX triplet: 5E, 18 and 0A. RGB value is (94,24,10). Sum of RGB (Red+Green+Blue) = 94+24+10=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E180A is #A1E7F5. Grayscale: #2B2B2B. Windows color (decimal): -10610678 or 661598. OLE color: 661598.

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

Color convert

RGB942410-
CMYK00.740.890.63
HSL10º80.77%20.39%-
HSV(B)10º89.36%36.86%-
XYZ53.050.61-
YUV43.33109.19164.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=73.44%
G=18.75%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94241000.740.890.631080.7720.39
Hex5E18A04A593Fa5114
Octal13630120112131771212124
Binary10111101100010100100101010110011111111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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