Html Css Color HEX #5A1512 Red Oxide

📋 copy color: '#5A1512'

red 90 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #5A1512

Tints of Red Oxide #5A1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 69.77%
G = 16.28%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A1512 (or 0x5A1512) is known color: Red Oxide. HEX triplet: 5A, 15 and 12. RGB value is (90,21,18). Sum of RGB (Red+Green+Blue) = 90+21+18=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1512 is #A5EAED. Grayscale: #292929. Windows color (decimal): -10873582 or 1185114. OLE color: 1185114.

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

Color convert

RGB 90 21 18 -
CMYK 0 0.77 0.80 0.65
HSL 2.5º 0.67% 0.21% -
HSV(B) 2.5º 0.8% 0.35% -
XYZ 4.59 2.75 0.86 -
YUV 41.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 90 21 18 0 0.77 0.80 0.65 2.5 0.67 0.21
Hex 5A 15 12 0 4D 50 41 2 43 15
Octal 132 25 22 0 115 120 101 2 103 25
Binary 1011010 10101 10010 0 1001101 1010000 1000001 10 1000011 10101

Color Harmonies of #5A1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1512

Black with #5A1512

Text Example


Text Example

White with #5A1512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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