Html Css Color HEX #A11113 Carmine

📋 copy color: '#A11113'

red 161 ◦ green 17 ◦ blue 19

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

Shades of Carmine #A11113

Tints of Carmine #A11113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 81.73%
G = 8.63%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11113 (or 0xA11113) is known color: Carmine. HEX triplet: A1, 11 and 13. RGB value is (161,17,19). Sum of RGB (Red+Green+Blue) = 161+17+19=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11113 is #5EEEEC. Grayscale: #3C3C3C. Windows color (decimal): -6221549 or 1249697. OLE color: 1249697.

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

Color convert

RGB 161 17 19 -
CMYK 0 0.89 0.88 0.37
HSL 359.17º 0.81% 0.35% -
HSV(B) 359.17º 0.89% 0.63% -
XYZ 15.02 8.02 1.37 -
YUV 60.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 161 17 19 0 0.89 0.88 0.37 359.17 0.81 0.35
Hex A1 11 13 0 59 58 25 167 51 23
Octal 241 21 23 0 131 130 45 547 121 43
Binary 10100001 10001 10011 0 1011001 1011000 100101 101100111 1010001 100011

Color Harmonies of #A11113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11113

Black with #A11113

Text Example


Text Example

White with #A11113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11113; }

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

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

background-color css

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

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

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

border-color css

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

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

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