Html Css Color HEX #A01416 Carmine

📋 copy color: '#A01416'

red 160 ◦ green 20 ◦ blue 22

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

Shades of Carmine #A01416

Tints of Carmine #A01416

RGB

 RED value IS 160 (62.89% from 255) = 79.21%

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 79.21%
G = 9.9%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A01416 (or 0xA01416) is known color: Carmine. HEX triplet: A0, 14 and 16. RGB value is (160,20,22). Sum of RGB (Red+Green+Blue) = 160+20+22=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01416 is #5FEBE9. Grayscale: #3E3E3E. Windows color (decimal): -6286314 or 1447072. OLE color: 1447072.

HSL color Cylindrical-coordinate representation of color #A01416: hue angle of 359.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01416 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 22 -
CMYK 0 0.88 0.86 0.37
HSL 359.14º 0.78% 0.35% -
HSV(B) 359.14º 0.88% 0.63% -
XYZ 14.89 8.03 1.52 -
YUV 62.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 160 20 22 0 0.88 0.86 0.37 359.14 0.78 0.35
Hex A0 14 16 0 58 56 25 167 4E 23
Octal 240 24 26 0 130 126 45 547 116 43
Binary 10100000 10100 10110 0 1011000 1010110 100101 101100111 1001110 100011

Color Harmonies of #A01416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01416

Black with #A01416

Text Example


Text Example

White with #A01416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01416; }

 p { color: rgb(160,20,22); }

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

background-color css

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

 a { background-color: rgb(160,20,22); }

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

border-color css

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

 span { border-color: rgb(160,20,22); }

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