Html Css Color HEX #5A1813 Red Oxide

📋 copy color: '#5A1813'

red 90 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #5A1813

Tints of Red Oxide #5A1813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 67.67%
G = 18.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A1813 (or 0x5A1813) is known color: Red Oxide. HEX triplet: 5A, 18 and 13. RGB value is (90,24,19). Sum of RGB (Red+Green+Blue) = 90+24+19=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1813 is #A5E7EC. Grayscale: #2B2B2B. Windows color (decimal): -10872813 or 1251418. OLE color: 1251418.

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

Color convert

RGB 90 24 19 -
CMYK 0 0.73 0.79 0.65
HSL 4.23º 0.65% 0.21% -
HSV(B) 4.23º 0.79% 0.35% -
XYZ 4.66 2.87 0.93 -
YUV 43.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 90 24 19 0 0.73 0.79 0.65 4.23 0.65 0.21
Hex 5A 18 13 0 49 4F 41 4 41 15
Octal 132 30 23 0 111 117 101 4 101 25
Binary 1011010 11000 10011 0 1001001 1001111 1000001 100 1000001 10101

Color Harmonies of #5A1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1813

Black with #5A1813

Text Example


Text Example

White with #5A1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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