Html Css Color HEX #A6121D Carmine

📋 copy color: '#A6121D'

red 166 ◦ green 18 ◦ blue 29

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

Shades of Carmine #A6121D

Tints of Carmine #A6121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 77.93%
G = 8.45%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6121D (or 0xA6121D) is known color: Carmine. HEX triplet: A6, 12 and 1D. RGB value is (166,18,29). Sum of RGB (Red+Green+Blue) = 166+18+29=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6121D is #59EDE2. Grayscale: #3F3F3F. Windows color (decimal): -5893603 or 1905318. OLE color: 1905318.

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

Color convert

RGB 166 18 29 -
CMYK 0 0.89 0.83 0.35
HSL 355.54º 0.8% 0.36% -
HSV(B) 355.54º 0.89% 0.65% -
XYZ 16.16 8.63 1.98 -
YUV 63.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 166 18 29 0 0.89 0.83 0.35 355.54 0.8 0.36
Hex A6 12 1D 0 59 53 23 164 50 24
Octal 246 22 35 0 131 123 43 544 120 44
Binary 10100110 10010 11101 0 1011001 1010011 100011 101100100 1010000 100100

Color Harmonies of #A6121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6121D

Black with #A6121D

Text Example


Text Example

White with #A6121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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