#5E120A

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

Shades of Red Oxide #5E120A

Tints of Red Oxide #5E120A

Color information

#5E120A (or 0x5E120A) is unknown color: approx Red Oxide. HEX triplet: 5E, 12 and 0A. RGB value is (94,18,10). Sum of RGB (Red+Green+Blue) = 94+18+10=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E120A is #A1EDF5. Grayscale: #272727. Windows color (decimal): -10612214 or 660062. OLE color: 660062.

HSL color Cylindrical-coordinate representation of color #5E120A: hue angle of 5.71º 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 #5E120A is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB941810-
CMYK00.810.890.63
HSL5.71º80.77%20.39%-
HSV(B)5.71º89.36%36.86%-
XYZ4.892.830.58-
YUV39.81111.18166.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 77.05%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=77.05%
G=14.75%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94181000.810.890.635.7180.7720.39
Hex5E12A051593F65114
Octal1362212012113177612124
Binary1011110100101010010100011011001111111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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