Html Css Color HEX #A21521 Carmine

📋 copy color: '#A21521'

red 162 ◦ green 21 ◦ blue 33

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

Shades of Carmine #A21521

Tints of Carmine #A21521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 75%
G = 9.72%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A21521 (or 0xA21521) is known color: Carmine. HEX triplet: A2, 15 and 21. RGB value is (162,21,33). Sum of RGB (Red+Green+Blue) = 162+21+33=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A21521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21521 is #5DEADE. Grayscale: #404040. Windows color (decimal): -6154975 or 2168226. OLE color: 2168226.

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

Color convert

RGB 162 21 33 -
CMYK 0 0.87 0.80 0.36
HSL 354.89º 0.77% 0.36% -
HSV(B) 354.89º 0.87% 0.64% -
XYZ 15.44 8.33 2.23 -
YUV 64.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 162 21 33 0 0.87 0.80 0.36 354.89 0.77 0.36
Hex A2 15 21 0 57 50 24 163 4D 24
Octal 242 25 41 0 127 120 44 543 115 44
Binary 10100010 10101 100001 0 1010111 1010000 100100 101100011 1001101 100100

Color Harmonies of #A21521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21521

Black with #A21521

Text Example


Text Example

White with #A21521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21521; }

 p { color: rgb(162,21,33); }

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

background-color css

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

 a { background-color: rgb(162,21,33); }

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

border-color css

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

 span { border-color: rgb(162,21,33); }

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