Html Css Color HEX #5A1806 Red Oxide

📋 copy color: '#5A1806'

red 90 ◦ green 24 ◦ blue 6

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

Shades of Red Oxide #5A1806

Tints of Red Oxide #5A1806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

 BLUE value IS 6 (2.73% from 255) = 5%

R = 75%
G = 20%
B = 5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#5A1806 (or 0x5A1806) is known color: Red Oxide. HEX triplet: 5A, 18 and 06. RGB value is (90,24,6). Sum of RGB (Red+Green+Blue) = 90+24+6=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1806 is #A5E7F9. Grayscale: #292929. Windows color (decimal): -10872826 or 399450. OLE color: 399450.

HSL color Cylindrical-coordinate representation of color #5A1806: hue angle of 12.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A1806 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 24 6 -
CMYK 0 0.73 0.93 0.65
HSL 12.86º 0.88% 0.19% -
HSV(B) 12.86º 0.93% 0.35% -
XYZ 4.58 2.84 0.48 -
YUV 41.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 90 24 6 0 0.73 0.93 0.65 12.86 0.88 0.19
Hex 5A 18 6 0 49 5D 41 D 58 13
Octal 132 30 6 0 111 135 101 15 130 23
Binary 1011010 11000 110 0 1001001 1011101 1000001 1101 1011000 10011

Color Harmonies of #5A1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1806

Black with #5A1806

Text Example


Text Example

White with #5A1806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,24,6); }

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

background-color css

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

 a { background-color: rgb(90,24,6); }

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

border-color css

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

 span { border-color: rgb(90,24,6); }

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