Html Css Color HEX #5A1C15 Red Oxide

📋 copy color: '#5A1C15'

red 90 ◦ green 28 ◦ blue 21

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

Shades of Red Oxide #5A1C15

Tints of Red Oxide #5A1C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 64.75%
G = 20.14%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1C15 (or 0x5A1C15) is known color: Red Oxide. HEX triplet: 5A, 1C and 15. RGB value is (90,28,21). Sum of RGB (Red+Green+Blue) = 90+28+21=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1C15 is #A5E3EA. Grayscale: #2D2D2D. Windows color (decimal): -10871787 or 1383514. OLE color: 1383514.

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

Color convert

RGB 90 28 21 -
CMYK 0 0.69 0.77 0.65
HSL 6.09º 0.62% 0.22% -
HSV(B) 6.09º 0.77% 0.35% -
XYZ 4.77 3.06 1.05 -
YUV 45.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 90 28 21 0 0.69 0.77 0.65 6.09 0.62 0.22
Hex 5A 1C 15 0 45 4D 41 6 3E 16
Octal 132 34 25 0 105 115 101 6 76 26
Binary 1011010 11100 10101 0 1000101 1001101 1000001 110 111110 10110

Color Harmonies of #5A1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C15

Black with #5A1C15

Text Example


Text Example

White with #5A1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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