Html Css Color HEX #A6191C Carmine

📋 copy color: '#A6191C'

red 166 ◦ green 25 ◦ blue 28

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

Shades of Carmine #A6191C

Tints of Carmine #A6191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 75.8%
G = 11.42%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6191C (or 0xA6191C) is known color: Carmine. HEX triplet: A6, 19 and 1C. RGB value is (166,25,28). Sum of RGB (Red+Green+Blue) = 166+25+28=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6191C is #59E6E3. Grayscale: #434343. Windows color (decimal): -5891812 or 1841574. OLE color: 1841574.

HSL color Cylindrical-coordinate representation of color #A6191C: hue angle of 358.72º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6191C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 28 -
CMYK 0 0.85 0.83 0.35
HSL 358.72º 0.74% 0.37% -
HSV(B) 358.72º 0.85% 0.65% -
XYZ 16.28 8.89 1.96 -
YUV 67.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 166 25 28 0 0.85 0.83 0.35 358.72 0.74 0.37
Hex A6 19 1C 0 55 53 23 167 4A 25
Octal 246 31 34 0 125 123 43 547 112 45
Binary 10100110 11001 11100 0 1010101 1010011 100011 101100111 1001010 100101

Color Harmonies of #A6191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6191C

Black with #A6191C

Text Example


Text Example

White with #A6191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6191C; }

 p { color: rgb(166,25,28); }

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

background-color css

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

 a { background-color: rgb(166,25,28); }

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

border-color css

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

 span { border-color: rgb(166,25,28); }

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