Html Css Color HEX #A6122D Carmine

📋 copy color: '#A6122D'

red 166 ◦ green 18 ◦ blue 45

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

Shades of Carmine #A6122D

Tints of Carmine #A6122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 72.49%
G = 7.86%
B = 19.65%

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

#A6122D (or 0xA6122D) is known color: Carmine. HEX triplet: A6, 12 and 2D. RGB value is (166,18,45). Sum of RGB (Red+Green+Blue) = 166+18+45=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6122D is #59EDD2. Grayscale: #414141. Windows color (decimal): -5893587 or 2953894. OLE color: 2953894.

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

Color convert

RGB 166 18 45 -
CMYK 0 0.89 0.73 0.35
HSL 349.05º 0.8% 0.36% -
HSV(B) 349.05º 0.89% 0.65% -
XYZ 16.42 8.73 3.3 -
YUV 65.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 166 18 45 0 0.89 0.73 0.35 349.05 0.8 0.36
Hex A6 12 2D 0 59 49 23 15D 50 24
Octal 246 22 55 0 131 111 43 535 120 44
Binary 10100110 10010 101101 0 1011001 1001001 100011 101011101 1010000 100100

Color Harmonies of #A6122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6122D

Black with #A6122D

Text Example


Text Example

White with #A6122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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