Html Css Color HEX #A6121F Carmine

📋 copy color: '#A6121F'

red 166 ◦ green 18 ◦ blue 31

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

Shades of Carmine #A6121F

Tints of Carmine #A6121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 77.21%
G = 8.37%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6121F (or 0xA6121F) is known color: Carmine. HEX triplet: A6, 12 and 1F. RGB value is (166,18,31). Sum of RGB (Red+Green+Blue) = 166+18+31=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A6121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6121F is #59EDE0. Grayscale: #3F3F3F. Windows color (decimal): -5893601 or 2036390. OLE color: 2036390.

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

Color convert

RGB 166 18 31 -
CMYK 0 0.89 0.81 0.35
HSL 354.73º 0.8% 0.36% -
HSV(B) 354.73º 0.89% 0.65% -
XYZ 16.19 8.64 2.11 -
YUV 63.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 166 18 31 0 0.89 0.81 0.35 354.73 0.8 0.36
Hex A6 12 1F 0 59 51 23 163 50 24
Octal 246 22 37 0 131 121 43 543 120 44
Binary 10100110 10010 11111 0 1011001 1010001 100011 101100011 1010000 100100

Color Harmonies of #A6121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6121F

Black with #A6121F

Text Example


Text Example

White with #A6121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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