#5A1403

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

Shades of Red Oxide #5A1403

Tints of Red Oxide #5A1403

Color information

#5A1403 (or 0x5A1403) is unknown color: approx Red Oxide. HEX triplet: 5A, 14 and 03. RGB value is (90,20,3). Sum of RGB (Red+Green+Blue) = 90+20+3=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1403 is #A5EBFC. Grayscale: #272727. Windows color (decimal): -10873853 or 201818. OLE color: 201818.

HSL color Cylindrical-coordinate representation of color #5A1403: hue angle of 11.72º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A1403 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB90203-
CMYK00.780.970.65
HSL11.72º93.55%18.24%-
HSV(B)11.72º96.67%35.29%-
XYZ4.482.680.37-
YUV38.99107.69164.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 79.65%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=79.65%
G=17.70%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9020300.780.970.6511.7293.5518.24
Hex5A14304E6141c5e12
Octal13224301161411011413622
Binary1011010101001101001110110000110000011100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,3); }

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

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

 a { background-color: rgb(90,20,3); }

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

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

 span { border-color: rgb(90,20,3); }

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