Html Css Color HEX #A6181A Carmine

📋 copy color: '#A6181A'

red 166 ◦ green 24 ◦ blue 26

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

Shades of Carmine #A6181A

Tints of Carmine #A6181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 76.85%
G = 11.11%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6181A (or 0xA6181A) is known color: Carmine. HEX triplet: A6, 18 and 1A. RGB value is (166,24,26). Sum of RGB (Red+Green+Blue) = 166+24+26=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6181A is #59E7E5. Grayscale: #424242. Windows color (decimal): -5892070 or 1710246. OLE color: 1710246.

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

Color convert

RGB 166 24 26 -
CMYK 0 0.86 0.84 0.35
HSL 359.15º 0.75% 0.37% -
HSV(B) 359.15º 0.86% 0.65% -
XYZ 16.24 8.83 1.83 -
YUV 66.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 166 24 26 0 0.86 0.84 0.35 359.15 0.75 0.37
Hex A6 18 1A 0 56 54 23 167 4B 25
Octal 246 30 32 0 126 124 43 547 113 45
Binary 10100110 11000 11010 0 1010110 1010100 100011 101100111 1001011 100101

Color Harmonies of #A6181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6181A

Black with #A6181A

Text Example


Text Example

White with #A6181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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