Html Css Color HEX #A21216 Carmine

📋 copy color: '#A21216'

red 162 ◦ green 18 ◦ blue 22

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

Shades of Carmine #A21216

Tints of Carmine #A21216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 80.2%
G = 8.91%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21216 (or 0xA21216) is known color: Carmine. HEX triplet: A2, 12 and 16. RGB value is (162,18,22). Sum of RGB (Red+Green+Blue) = 162+18+22=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21216 is #5DEDE9. Grayscale: #3D3D3D. Windows color (decimal): -6155754 or 1446562. OLE color: 1446562.

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

Color convert

RGB 162 18 22 -
CMYK 0 0.89 0.86 0.36
HSL 358.33º 0.8% 0.35% -
HSV(B) 358.33º 0.89% 0.64% -
XYZ 15.26 8.17 1.53 -
YUV 61.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 162 18 22 0 0.89 0.86 0.36 358.33 0.8 0.35
Hex A2 12 16 0 59 56 24 166 50 23
Octal 242 22 26 0 131 126 44 546 120 43
Binary 10100010 10010 10110 0 1011001 1010110 100100 101100110 1010000 100011

Color Harmonies of #A21216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21216

Black with #A21216

Text Example


Text Example

White with #A21216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21216; }

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

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

background-color css

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

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

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

border-color css

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

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

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