#5E110C

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

Shades of Red Oxide #5E110C

Tints of Red Oxide #5E110C

Color information

#5E110C (or 0x5E110C) is unknown color: approx Red Oxide. HEX triplet: 5E, 11 and 0C. RGB value is (94,17,12). Sum of RGB (Red+Green+Blue) = 94+17+12=123 (16% of max value = 765). Red value is 94 (37.11% from 255 or 76.42% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 94 - color contains mainly: red. Hex color #5E110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E110C is #A1EEF3. Grayscale: #272727. Windows color (decimal): -10612468 or 790878. OLE color: 790878.

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

Color convert

RGB941712-
CMYK00.820.870.63
HSL3.66º77.36%20.78%-
HSV(B)3.66º87.23%36.86%-
XYZ4.882.810.63-
YUV39.45112.51166.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 76.42%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=76.42%
G=13.82%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94171200.820.870.633.6677.3620.78
Hex5E11C052573F44d15
Octal1362114012212777411525
Binary1011110100011100010100101010111111111100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,12); }

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

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

 a { background-color: rgb(94,17,12); }

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

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

 span { border-color: rgb(94,17,12); }

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