Html Css Color HEX #A1122A Carmine

📋 copy color: '#A1122A'

red 161 ◦ green 18 ◦ blue 42

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

Shades of Carmine #A1122A

Tints of Carmine #A1122A

RGB

 RED value IS 161 (63.28% from 255) = 72.85%

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 72.85%
G = 8.14%
B = 19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1122A (or 0xA1122A) is known color: Carmine. HEX triplet: A1, 12 and 2A. RGB value is (161,18,42). Sum of RGB (Red+Green+Blue) = 161+18+42=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1122A is #5EEDD5. Grayscale: #3F3F3F. Windows color (decimal): -6221270 or 2757281. OLE color: 2757281.

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

Color convert

RGB 161 18 42 -
CMYK 0 0.89 0.74 0.37
HSL 349.93º 0.8% 0.35% -
HSV(B) 349.93º 0.89% 0.63% -
XYZ 15.33 8.18 2.96 -
YUV 63.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 161 18 42 0 0.89 0.74 0.37 349.93 0.8 0.35
Hex A1 12 2A 0 59 4A 25 15E 50 23
Octal 241 22 52 0 131 112 45 536 120 43
Binary 10100001 10010 101010 0 1011001 1001010 100101 101011110 1010000 100011

Color Harmonies of #A1122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1122A

Black with #A1122A

Text Example


Text Example

White with #A1122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1122A; }

 p { color: rgb(161,18,42); }

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

background-color css

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

 a { background-color: rgb(161,18,42); }

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

border-color css

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

 span { border-color: rgb(161,18,42); }

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