Html Css Color HEX #A2021D Carmine

📋 copy color: '#A2021D'

red 162 ◦ green 2 ◦ blue 29

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

Shades of Carmine #A2021D

Tints of Carmine #A2021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 83.94%
G = 1.04%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2021D (or 0xA2021D) is known color: Carmine. HEX triplet: A2, 02 and 1D. RGB value is (162,2,29). Sum of RGB (Red+Green+Blue) = 162+2+29=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021D is #5DFDE2. Grayscale: #343434. Windows color (decimal): -6159843 or 1901218. OLE color: 1901218.

HSL color Cylindrical-coordinate representation of color #A2021D: hue angle of 349.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2021D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 29 -
CMYK 0 0.99 0.82 0.36
HSL 349.88º 0.98% 0.32% -
HSV(B) 349.88º 0.99% 0.64% -
XYZ 15.14 7.81 1.87 -
YUV 52.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 162 2 29 0 0.99 0.82 0.36 349.88 0.98 0.32
Hex A2 2 1D 0 63 52 24 15E 62 20
Octal 242 2 35 0 143 122 44 536 142 40
Binary 10100010 10 11101 0 1100011 1010010 100100 101011110 1100010 100000

Color Harmonies of #A2021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2021D

Black with #A2021D

Text Example


Text Example

White with #A2021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2021D; }

 p { color: rgb(162,2,29); }

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

background-color css

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

 a { background-color: rgb(162,2,29); }

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

border-color css

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

 span { border-color: rgb(162,2,29); }

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