Html Css Color HEX #5A0E09 Red Oxide

📋 copy color: '#5A0E09'

red 90 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #5A0E09

Tints of Red Oxide #5A0E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.39%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 79.65%
G = 12.39%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A0E09 (or 0x5A0E09) is known color: Red Oxide. HEX triplet: 5A, 0E and 09. RGB value is (90,14,9). Sum of RGB (Red+Green+Blue) = 90+14+9=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0E09 is #A5F1F6. Grayscale: #242424. Windows color (decimal): -10875383 or 593498. OLE color: 593498.

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

Color convert

RGB 90 14 9 -
CMYK 0 0.84 0.9 0.65
HSL 3.7º 0.82% 0.19% -
HSV(B) 3.7º 0.9% 0.35% -
XYZ 4.42 2.51 0.51 -
YUV 36.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 90 14 9 0 0.84 0.9 0.65 3.7 0.82 0.19
Hex 5A E 9 0 54 5A 41 4 52 13
Octal 132 16 11 0 124 132 101 4 122 23
Binary 1011010 1110 1001 0 1010100 1011010 1000001 100 1010010 10011

Color Harmonies of #5A0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E09

Black with #5A0E09

Text Example


Text Example

White with #5A0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,9); }

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

background-color css

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

 a { background-color: rgb(90,14,9); }

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

border-color css

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

 span { border-color: rgb(90,14,9); }

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