Html Css Color HEX #A6122C Carmine

📋 copy color: '#A6122C'

red 166 ◦ green 18 ◦ blue 44

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

Shades of Carmine #A6122C

Tints of Carmine #A6122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 72.81%
G = 7.89%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6122C (or 0xA6122C) is known color: Carmine. HEX triplet: A6, 12 and 2C. RGB value is (166,18,44). Sum of RGB (Red+Green+Blue) = 166+18+44=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6122C is #59EDD3. Grayscale: #414141. Windows color (decimal): -5893588 or 2888358. OLE color: 2888358.

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

Color convert

RGB 166 18 44 -
CMYK 0 0.89 0.73 0.35
HSL 349.46º 0.8% 0.36% -
HSV(B) 349.46º 0.89% 0.65% -
XYZ 16.4 8.72 3.2 -
YUV 65.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 166 18 44 0 0.89 0.73 0.35 349.46 0.8 0.36
Hex A6 12 2C 0 59 49 23 15D 50 24
Octal 246 22 54 0 131 111 43 535 120 44
Binary 10100110 10010 101100 0 1011001 1001001 100011 101011101 1010000 100100

Color Harmonies of #A6122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6122C

Black with #A6122C

Text Example


Text Example

White with #A6122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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