Html Css Color HEX #5A0403 Red Oxide

📋 copy color: '#5A0403'

red 90 ◦ green 4 ◦ blue 3

#5A0403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #5A0403

Tints of Red Oxide #5A0403

RGB

 RED value IS 90 (35.55% from 255) = 92.78%

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 3 (1.56% from 255) = 3.09%

R = 92.78%
G = 4.12%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A0403 (or 0x5A0403) is known color: Red Oxide. HEX triplet: 5A, 04 and 03. RGB value is (90,4,3). Sum of RGB (Red+Green+Blue) = 90+4+3=97 (12% of max value = 765). Red value is 90 (35.55% from 255 or 92.78% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0403 is #A5FBFC. Grayscale: #1D1D1D. Windows color (decimal): -10877949 or 197722. OLE color: 197722.

HSL color Cylindrical-coordinate representation of color #5A0403: hue angle of 0.69º 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 #5A0403 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 3 -
CMYK 0 0.96 0.97 0.65
HSL 0.69º 0.94% 0.18% -
HSV(B) 0.69º 0.97% 0.35% -
XYZ 4.28 2.27 0.3 -
YUV 29.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 90 4 3 0 0.96 0.97 0.65 0.69 0.94 0.18
Hex 5A 4 3 0 60 61 41 1 5E 12
Octal 132 4 3 0 140 141 101 1 136 22
Binary 1011010 100 11 0 1100000 1100001 1000001 1 1011110 10010

Color Harmonies of #5A0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0403

Black with #5A0403

Text Example


Text Example

White with #5A0403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A0403;
 }
 .AnyTagClassName
 {
   color: #5A0403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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