Html Css Color HEX #A2121A Carmine

📋 copy color: '#A2121A'

red 162 ◦ green 18 ◦ blue 26

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

Shades of Carmine #A2121A

Tints of Carmine #A2121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 78.64%
G = 8.74%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2121A (or 0xA2121A) is known color: Carmine. HEX triplet: A2, 12 and 1A. RGB value is (162,18,26). Sum of RGB (Red+Green+Blue) = 162+18+26=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121A is #5DEDE5. Grayscale: #3E3E3E. Windows color (decimal): -6155750 or 1708706. OLE color: 1708706.

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

Color convert

RGB 162 18 26 -
CMYK 0 0.89 0.84 0.36
HSL 356.67º 0.8% 0.35% -
HSV(B) 356.67º 0.89% 0.64% -
XYZ 15.3 8.19 1.75 -
YUV 61.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 162 18 26 0 0.89 0.84 0.36 356.67 0.8 0.35
Hex A2 12 1A 0 59 54 24 165 50 23
Octal 242 22 32 0 131 124 44 545 120 43
Binary 10100010 10010 11010 0 1011001 1010100 100100 101100101 1010000 100011

Color Harmonies of #A2121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2121A

Black with #A2121A

Text Example


Text Example

White with #A2121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2121A; }

 p { color: rgb(162,18,26); }

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

background-color css

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

 a { background-color: rgb(162,18,26); }

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

border-color css

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

 span { border-color: rgb(162,18,26); }

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