Html Css Color HEX #A2021C Carmine

📋 copy color: '#A2021C'

red 162 ◦ green 2 ◦ blue 28

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

Shades of Carmine #A2021C

Tints of Carmine #A2021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 84.38%
G = 1.04%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2021C (or 0xA2021C) is known color: Carmine. HEX triplet: A2, 02 and 1C. RGB value is (162,2,28). Sum of RGB (Red+Green+Blue) = 162+2+28=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021C is #5DFDE3. Grayscale: #343434. Windows color (decimal): -6159844 or 1835682. OLE color: 1835682.

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

Color convert

RGB 162 2 28 -
CMYK 0 0.99 0.83 0.36
HSL 350.25º 0.98% 0.32% -
HSV(B) 350.25º 0.99% 0.64% -
XYZ 15.13 7.81 1.81 -
YUV 52.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 162 2 28 0 0.99 0.83 0.36 350.25 0.98 0.32
Hex A2 2 1C 0 63 53 24 15E 62 20
Octal 242 2 34 0 143 123 44 536 142 40
Binary 10100010 10 11100 0 1100011 1010011 100100 101011110 1100010 100000

Color Harmonies of #A2021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2021C

Black with #A2021C

Text Example


Text Example

White with #A2021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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