Html Css Color HEX #A61112 Carmine

📋 copy color: '#A61112'

red 166 ◦ green 17 ◦ blue 18

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

Shades of Carmine #A61112

Tints of Carmine #A61112

RGB

 RED value IS 166 (65.23% from 255) = 82.59%

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 82.59%
G = 8.46%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A61112 (or 0xA61112) is known color: Carmine. HEX triplet: A6, 11 and 12. RGB value is (166,17,18). Sum of RGB (Red+Green+Blue) = 166+17+18=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A61112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61112 is #59EEED. Grayscale: #3D3D3D. Windows color (decimal): -5893870 or 1184166. OLE color: 1184166.

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

Color convert

RGB 166 17 18 -
CMYK 0 0.90 0.89 0.35
HSL 359.6º 0.81% 0.36% -
HSV(B) 359.6º 0.9% 0.65% -
XYZ 16.04 8.55 1.38 -
YUV 61.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 166 17 18 0 0.90 0.89 0.35 359.6 0.81 0.36
Hex A6 11 12 0 5A 59 23 168 51 24
Octal 246 21 22 0 132 131 43 550 121 44
Binary 10100110 10001 10010 0 1011010 1011001 100011 101101000 1010001 100100

Color Harmonies of #A61112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61112

Black with #A61112

Text Example


Text Example

White with #A61112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61112; }

 p { color: rgb(166,17,18); }

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

background-color css

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

 a { background-color: rgb(166,17,18); }

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

border-color css

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

 span { border-color: rgb(166,17,18); }

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