Html Css Color HEX #A21122 Carmine

📋 copy color: '#A21122'

red 162 ◦ green 17 ◦ blue 34

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

Shades of Carmine #A21122

Tints of Carmine #A21122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 76.06%
G = 7.98%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A21122 (or 0xA21122) is known color: Carmine. HEX triplet: A2, 11 and 22. RGB value is (162,17,34). Sum of RGB (Red+Green+Blue) = 162+17+34=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A21122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21122 is #5DEEDD. Grayscale: #3E3E3E. Windows color (decimal): -6155998 or 2232738. OLE color: 2232738.

HSL color Cylindrical-coordinate representation of color #A21122: hue angle of 352.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21122 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 34 -
CMYK 0 0.90 0.79 0.36
HSL 352.97º 0.81% 0.35% -
HSV(B) 352.97º 0.9% 0.64% -
XYZ 15.39 8.2 2.28 -
YUV 62.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 162 17 34 0 0.90 0.79 0.36 352.97 0.81 0.35
Hex A2 11 22 0 5A 4F 24 161 51 23
Octal 242 21 42 0 132 117 44 541 121 43
Binary 10100010 10001 100010 0 1011010 1001111 100100 101100001 1010001 100011

Color Harmonies of #A21122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21122

Black with #A21122

Text Example


Text Example

White with #A21122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21122; }

 p { color: rgb(162,17,34); }

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

background-color css

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

 a { background-color: rgb(162,17,34); }

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

border-color css

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

 span { border-color: rgb(162,17,34); }

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