Html Css Color HEX #A2111A Carmine

📋 copy color: '#A2111A'

red 162 ◦ green 17 ◦ blue 26

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

Shades of Carmine #A2111A

Tints of Carmine #A2111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 79.02%
G = 8.29%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2111A (or 0xA2111A) is known color: Carmine. HEX triplet: A2, 11 and 1A. RGB value is (162,17,26). Sum of RGB (Red+Green+Blue) = 162+17+26=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A2111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2111A is #5DEEE5. Grayscale: #3D3D3D. Windows color (decimal): -6156006 or 1708450. OLE color: 1708450.

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

Color convert

RGB 162 17 26 -
CMYK 0 0.90 0.84 0.36
HSL 356.28º 0.81% 0.35% -
HSV(B) 356.28º 0.9% 0.64% -
XYZ 15.29 8.16 1.75 -
YUV 61.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 162 17 26 0 0.90 0.84 0.36 356.28 0.81 0.35
Hex A2 11 1A 0 5A 54 24 164 51 23
Octal 242 21 32 0 132 124 44 544 121 43
Binary 10100010 10001 11010 0 1011010 1010100 100100 101100100 1010001 100011

Color Harmonies of #A2111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2111A

Black with #A2111A

Text Example


Text Example

White with #A2111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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