Html Css Color HEX #A1112D Carmine

📋 copy color: '#A1112D'

red 161 ◦ green 17 ◦ blue 45

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

Shades of Carmine #A1112D

Tints of Carmine #A1112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 72.2%
G = 7.62%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1112D (or 0xA1112D) is known color: Carmine. HEX triplet: A1, 11 and 2D. RGB value is (161,17,45). Sum of RGB (Red+Green+Blue) = 161+17+45=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1112D is #5EEED2. Grayscale: #3F3F3F. Windows color (decimal): -6221523 or 2953633. OLE color: 2953633.

HSL color Cylindrical-coordinate representation of color #A1112D: hue angle of 348.33º degrees, saturation: 0.81, 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 #A1112D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 45 -
CMYK 0 0.89 0.72 0.37
HSL 348.33º 0.81% 0.35% -
HSV(B) 348.33º 0.89% 0.63% -
XYZ 15.37 8.17 3.25 -
YUV 63.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 161 17 45 0 0.89 0.72 0.37 348.33 0.81 0.35
Hex A1 11 2D 0 59 48 25 15C 51 23
Octal 241 21 55 0 131 110 45 534 121 43
Binary 10100001 10001 101101 0 1011001 1001000 100101 101011100 1010001 100011

Color Harmonies of #A1112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1112D

Black with #A1112D

Text Example


Text Example

White with #A1112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1112D; }

 p { color: rgb(161,17,45); }

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

background-color css

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

 a { background-color: rgb(161,17,45); }

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

border-color css

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

 span { border-color: rgb(161,17,45); }

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