Html Css Color HEX #A21520 Carmine

📋 copy color: '#A21520'

red 162 ◦ green 21 ◦ blue 32

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

Shades of Carmine #A21520

Tints of Carmine #A21520

RGB

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

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

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

R = 75.35%
G = 9.77%
B = 14.88%

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

#A21520 (or 0xA21520) is known color: Carmine. HEX triplet: A2, 15 and 20. RGB value is (162,21,32). Sum of RGB (Red+Green+Blue) = 162+21+32=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21520 is #5DEADF. Grayscale: #404040. Windows color (decimal): -6154976 or 2102690. OLE color: 2102690.

HSL color Cylindrical-coordinate representation of color #A21520: hue angle of 355.32º 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 #A21520 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 32 -
CMYK 0 0.87 0.80 0.36
HSL 355.32º 0.77% 0.36% -
HSV(B) 355.32º 0.87% 0.64% -
XYZ 15.43 8.32 2.16 -
YUV 64.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 162 21 32 0 0.87 0.80 0.36 355.32 0.77 0.36
Hex A2 15 20 0 57 50 24 163 4D 24
Octal 242 25 40 0 127 120 44 543 115 44
Binary 10100010 10101 100000 0 1010111 1010000 100100 101100011 1001101 100100

Color Harmonies of #A21520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21520

Black with #A21520

Text Example


Text Example

White with #A21520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21520; }

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

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

background-color css

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

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

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

border-color css

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

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

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