Html Css Color HEX #A21320 Carmine

📋 copy color: '#A21320'

red 162 ◦ green 19 ◦ blue 32

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

Shades of Carmine #A21320

Tints of Carmine #A21320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 76.06%
G = 8.92%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A21320 (or 0xA21320) is known color: Carmine. HEX triplet: A2, 13 and 20. RGB value is (162,19,32). Sum of RGB (Red+Green+Blue) = 162+19+32=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A21320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21320 is #5DECDF. Grayscale: #3F3F3F. Windows color (decimal): -6155488 or 2102178. OLE color: 2102178.

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

Color convert

RGB 162 19 32 -
CMYK 0 0.88 0.80 0.36
HSL 354.55º 0.79% 0.35% -
HSV(B) 354.55º 0.88% 0.64% -
XYZ 15.39 8.25 2.15 -
YUV 63.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 162 19 32 0 0.88 0.80 0.36 354.55 0.79 0.35
Hex A2 13 20 0 58 50 24 163 4F 23
Octal 242 23 40 0 130 120 44 543 117 43
Binary 10100010 10011 100000 0 1011000 1010000 100100 101100011 1001111 100011

Color Harmonies of #A21320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21320

Black with #A21320

Text Example


Text Example

White with #A21320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21320; }

 p { color: rgb(162,19,32); }

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

background-color css

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

 a { background-color: rgb(162,19,32); }

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

border-color css

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

 span { border-color: rgb(162,19,32); }

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