#5E1603

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

Shades of Red Oxide #5E1603

Tints of Red Oxide #5E1603

Color information

#5E1603 (or 0x5E1603) is unknown color: approx Red Oxide. HEX triplet: 5E, 16 and 03. RGB value is (94,22,3). Sum of RGB (Red+Green+Blue) = 94+22+3=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1603 is #A1E9FC. Grayscale: #292929. Windows color (decimal): -10611197 or 202334. OLE color: 202334.

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

Color convert

RGB94223-
CMYK00.770.970.63
HSL12.53º93.81%19.02%-
HSV(B)12.53º96.81%36.86%-
XYZ4.922.960.4-
YUV41.36106.35165.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 78.99%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=78.99%
G=18.49%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9422300.770.970.6312.5393.8119.02
Hex5E16304D613Fd5e13
Octal1362630115141771513623
Binary101111010110110100110111000011111111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,3); }

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

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

 a { background-color: rgb(94,22,3); }

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

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

 span { border-color: rgb(94,22,3); }

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