Html Css Color HEX #5A201E Red Oxide

📋 copy color: '#5A201E'

red 90 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #5A201E

Tints of Red Oxide #5A201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 59.21%
G = 21.05%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A201E (or 0x5A201E) is known color: Red Oxide. HEX triplet: 5A, 20 and 1E. RGB value is (90,32,30). Sum of RGB (Red+Green+Blue) = 90+32+30=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A201E is #A5DFE1. Grayscale: #313131. Windows color (decimal): -10870754 or 1974362. OLE color: 1974362.

HSL color Cylindrical-coordinate representation of color #5A201E: hue angle of 2º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A201E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 32 30 -
CMYK 0 0.64 0.67 0.65
HSL 0.5% 0.24% -
HSV(B) 0.67% 0.35% -
XYZ 4.97 3.3 1.6 -
YUV 49.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 90 32 30 0 0.64 0.67 0.65 2 0.5 0.24
Hex 5A 20 1E 0 40 43 41 2 32 18
Octal 132 40 36 0 100 103 101 2 62 30
Binary 1011010 100000 11110 0 1000000 1000011 1000001 10 110010 11000

Color Harmonies of #5A201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A201E

Black with #5A201E

Text Example


Text Example

White with #5A201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,30); }

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

background-color css

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

 a { background-color: rgb(90,32,30); }

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

border-color css

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

 span { border-color: rgb(90,32,30); }

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