Html Css Color HEX #A21416 Carmine

📋 copy color: '#A21416'

red 162 ◦ green 20 ◦ blue 22

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

Shades of Carmine #A21416

Tints of Carmine #A21416

RGB

 RED value IS 162 (63.67% from 255) = 79.41%

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

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

R = 79.41%
G = 9.8%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21416 (or 0xA21416) is known color: Carmine. HEX triplet: A2, 14 and 16. RGB value is (162,20,22). Sum of RGB (Red+Green+Blue) = 162+20+22=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21416 is #5DEBE9. Grayscale: #3E3E3E. Windows color (decimal): -6155242 or 1447074. OLE color: 1447074.

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

Color convert

RGB 162 20 22 -
CMYK 0 0.88 0.86 0.36
HSL 359.15º 0.78% 0.36% -
HSV(B) 359.15º 0.88% 0.64% -
XYZ 15.3 8.24 1.54 -
YUV 62.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 162 20 22 0 0.88 0.86 0.36 359.15 0.78 0.36
Hex A2 14 16 0 58 56 24 167 4E 24
Octal 242 24 26 0 130 126 44 547 116 44
Binary 10100010 10100 10110 0 1011000 1010110 100100 101100111 1001110 100100

Color Harmonies of #A21416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21416

Black with #A21416

Text Example


Text Example

White with #A21416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21416; }

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

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

background-color css

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

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

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

border-color css

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

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

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