#5E1005

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

Shades of Red Oxide #5E1005

Tints of Red Oxide #5E1005

Color information

#5E1005 (or 0x5E1005) is unknown color: approx Red Oxide. HEX triplet: 5E, 10 and 05. RGB value is (94,16,5). Sum of RGB (Red+Green+Blue) = 94+16+5=115 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.74% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1005 is #A1EFFA. Grayscale: #262626. Windows color (decimal): -10612731 or 331870. OLE color: 331870.

HSL color Cylindrical-coordinate representation of color #5E1005: hue angle of 7.42º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E1005 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB94165-
CMYK00.830.950.63
HSL7.42º89.9%19.41%-
HSV(B)7.42º94.68%36.86%-
XYZ4.832.760.42-
YUV38.07109.34167.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 81.74%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=81.74%
G=13.91%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9416500.830.950.637.4289.919.41
Hex5E1050535F3F75a13
Octal136205012313777713223
Binary101111010000101010100111011111111111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,16,5); }

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

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

 a { background-color: rgb(94,16,5); }

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

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

 span { border-color: rgb(94,16,5); }

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