Html Css Color HEX #5A1D18 Red Oxide

📋 copy color: '#5A1D18'

red 90 ◦ green 29 ◦ blue 24

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

Shades of Red Oxide #5A1D18

Tints of Red Oxide #5A1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 62.94%
G = 20.28%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A1D18 (or 0x5A1D18) is known color: Red Oxide. HEX triplet: 5A, 1D and 18. RGB value is (90,29,24). Sum of RGB (Red+Green+Blue) = 90+29+24=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D18 is #A5E2E7. Grayscale: #2E2E2E. Windows color (decimal): -10871528 or 1580378. OLE color: 1580378.

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

Color convert

RGB 90 29 24 -
CMYK 0 0.68 0.73 0.65
HSL 4.55º 0.58% 0.22% -
HSV(B) 4.55º 0.73% 0.35% -
XYZ 4.82 3.12 1.21 -
YUV 46.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 90 29 24 0 0.68 0.73 0.65 4.55 0.58 0.22
Hex 5A 1D 18 0 44 49 41 5 3A 16
Octal 132 35 30 0 104 111 101 5 72 26
Binary 1011010 11101 11000 0 1000100 1001001 1000001 101 111010 10110

Color Harmonies of #5A1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D18

Black with #5A1D18

Text Example


Text Example

White with #5A1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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