Html Css Color HEX #A6112E Carmine

📋 copy color: '#A6112E'

red 166 ◦ green 17 ◦ blue 46

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

Shades of Carmine #A6112E

Tints of Carmine #A6112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 72.49%
G = 7.42%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6112E (or 0xA6112E) is known color: Carmine. HEX triplet: A6, 11 and 2E. RGB value is (166,17,46). Sum of RGB (Red+Green+Blue) = 166+17+46=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6112E is #59EED1. Grayscale: #404040. Windows color (decimal): -5893842 or 3019174. OLE color: 3019174.

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

Color convert

RGB 166 17 46 -
CMYK 0 0.90 0.72 0.35
HSL 348.32º 0.81% 0.36% -
HSV(B) 348.32º 0.9% 0.65% -
XYZ 16.42 8.71 3.4 -
YUV 64.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 166 17 46 0 0.90 0.72 0.35 348.32 0.81 0.36
Hex A6 11 2E 0 5A 48 23 15C 51 24
Octal 246 21 56 0 132 110 43 534 121 44
Binary 10100110 10001 101110 0 1011010 1001000 100011 101011100 1010001 100100

Color Harmonies of #A6112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6112E

Black with #A6112E

Text Example


Text Example

White with #A6112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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