Html Css Color HEX #A6181B Carmine

📋 copy color: '#A6181B'

red 166 ◦ green 24 ◦ blue 27

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

Shades of Carmine #A6181B

Tints of Carmine #A6181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 76.5%
G = 11.06%
B = 12.44%

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

#A6181B (or 0xA6181B) is known color: Carmine. HEX triplet: A6, 18 and 1B. RGB value is (166,24,27). Sum of RGB (Red+Green+Blue) = 166+24+27=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A6181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6181B is #59E7E4. Grayscale: #424242. Windows color (decimal): -5892069 or 1775782. OLE color: 1775782.

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

Color convert

RGB 166 24 27 -
CMYK 0 0.86 0.84 0.35
HSL 358.73º 0.75% 0.37% -
HSV(B) 358.73º 0.86% 0.65% -
XYZ 16.25 8.84 1.89 -
YUV 66.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 166 24 27 0 0.86 0.84 0.35 358.73 0.75 0.37
Hex A6 18 1B 0 56 54 23 167 4B 25
Octal 246 30 33 0 126 124 43 547 113 45
Binary 10100110 11000 11011 0 1010110 1010100 100011 101100111 1001011 100101

Color Harmonies of #A6181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6181B

Black with #A6181B

Text Example


Text Example

White with #A6181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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