Html Css Color HEX #A6191A Carmine

📋 copy color: '#A6191A'

red 166 ◦ green 25 ◦ blue 26

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

Shades of Carmine #A6191A

Tints of Carmine #A6191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 76.5%
G = 11.52%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6191A (or 0xA6191A) is known color: Carmine. HEX triplet: A6, 19 and 1A. RGB value is (166,25,26). Sum of RGB (Red+Green+Blue) = 166+25+26=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A6191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6191A is #59E6E5. Grayscale: #434343. Windows color (decimal): -5891814 or 1710502. OLE color: 1710502.

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

Color convert

RGB 166 25 26 -
CMYK 0 0.85 0.84 0.35
HSL 359.57º 0.74% 0.37% -
HSV(B) 359.57º 0.85% 0.65% -
XYZ 16.26 8.88 1.83 -
YUV 67.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 166 25 26 0 0.85 0.84 0.35 359.57 0.74 0.37
Hex A6 19 1A 0 55 54 23 168 4A 25
Octal 246 31 32 0 125 124 43 550 112 45
Binary 10100110 11001 11010 0 1010101 1010100 100011 101101000 1001010 100101

Color Harmonies of #A6191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6191A

Black with #A6191A

Text Example


Text Example

White with #A6191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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