Html Css Color HEX #5A1C16 Red Oxide

📋 copy color: '#5A1C16'

red 90 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #5A1C16

Tints of Red Oxide #5A1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 64.29%
G = 20%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A1C16 (or 0x5A1C16) is known color: Red Oxide. HEX triplet: 5A, 1C and 16. RGB value is (90,28,22). Sum of RGB (Red+Green+Blue) = 90+28+22=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1C16 is #A5E3E9. Grayscale: #2D2D2D. Windows color (decimal): -10871786 or 1449050. OLE color: 1449050.

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

Color convert

RGB 90 28 22 -
CMYK 0 0.69 0.76 0.65
HSL 5.29º 0.61% 0.22% -
HSV(B) 5.29º 0.76% 0.35% -
XYZ 4.78 3.06 1.1 -
YUV 45.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 90 28 22 0 0.69 0.76 0.65 5.29 0.61 0.22
Hex 5A 1C 16 0 45 4C 41 5 3D 16
Octal 132 34 26 0 105 114 101 5 75 26
Binary 1011010 11100 10110 0 1000101 1001100 1000001 101 111101 10110

Color Harmonies of #5A1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C16

Black with #5A1C16

Text Example


Text Example

White with #5A1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,22); }

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

background-color css

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

 a { background-color: rgb(90,28,22); }

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

border-color css

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

 span { border-color: rgb(90,28,22); }

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