Html Css Color HEX #A6122B Carmine

📋 copy color: '#A6122B'

red 166 ◦ green 18 ◦ blue 43

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

Shades of Carmine #A6122B

Tints of Carmine #A6122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 73.13%
G = 7.93%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6122B (or 0xA6122B) is known color: Carmine. HEX triplet: A6, 12 and 2B. RGB value is (166,18,43). Sum of RGB (Red+Green+Blue) = 166+18+43=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6122B is #59EDD4. Grayscale: #414141. Windows color (decimal): -5893589 or 2822822. OLE color: 2822822.

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

Color convert

RGB 166 18 43 -
CMYK 0 0.89 0.74 0.35
HSL 349.86º 0.8% 0.36% -
HSV(B) 349.86º 0.89% 0.65% -
XYZ 16.38 8.71 3.1 -
YUV 65.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 166 18 43 0 0.89 0.74 0.35 349.86 0.8 0.36
Hex A6 12 2B 0 59 4A 23 15E 50 24
Octal 246 22 53 0 131 112 43 536 120 44
Binary 10100110 10010 101011 0 1011001 1001010 100011 101011110 1010000 100100

Color Harmonies of #A6122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6122B

Black with #A6122B

Text Example


Text Example

White with #A6122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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