Html Css Color HEX #A6111C Carmine

📋 copy color: '#A6111C'

red 166 ◦ green 17 ◦ blue 28

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

Shades of Carmine #A6111C

Tints of Carmine #A6111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 78.67%
G = 8.06%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6111C (or 0xA6111C) is known color: Carmine. HEX triplet: A6, 11 and 1C. RGB value is (166,17,28). Sum of RGB (Red+Green+Blue) = 166+17+28=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6111C is #59EEE3. Grayscale: #3E3E3E. Windows color (decimal): -5893860 or 1839526. OLE color: 1839526.

HSL color Cylindrical-coordinate representation of color #A6111C: hue angle of 355.57º 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 #A6111C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 28 -
CMYK 0 0.90 0.83 0.35
HSL 355.57º 0.81% 0.36% -
HSV(B) 355.57º 0.9% 0.65% -
XYZ 16.14 8.59 1.91 -
YUV 62.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 166 17 28 0 0.90 0.83 0.35 355.57 0.81 0.36
Hex A6 11 1C 0 5A 53 23 164 51 24
Octal 246 21 34 0 132 123 43 544 121 44
Binary 10100110 10001 11100 0 1011010 1010011 100011 101100100 1010001 100100

Color Harmonies of #A6111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6111C

Black with #A6111C

Text Example


Text Example

White with #A6111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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