Html Css Color HEX #A6171B Carmine

📋 copy color: '#A6171B'

red 166 ◦ green 23 ◦ blue 27

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

Shades of Carmine #A6171B

Tints of Carmine #A6171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 76.85%
G = 10.65%
B = 12.5%

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

#A6171B (or 0xA6171B) is known color: Carmine. HEX triplet: A6, 17 and 1B. RGB value is (166,23,27). Sum of RGB (Red+Green+Blue) = 166+23+27=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6171B is #59E8E4. Grayscale: #424242. Windows color (decimal): -5892325 or 1775526. OLE color: 1775526.

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

Color convert

RGB 166 23 27 -
CMYK 0 0.86 0.84 0.35
HSL 358.32º 0.76% 0.37% -
HSV(B) 358.32º 0.86% 0.65% -
XYZ 16.23 8.8 1.88 -
YUV 66.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 166 23 27 0 0.86 0.84 0.35 358.32 0.76 0.37
Hex A6 17 1B 0 56 54 23 166 4C 25
Octal 246 27 33 0 126 124 43 546 114 45
Binary 10100110 10111 11011 0 1010110 1010100 100011 101100110 1001100 100101

Color Harmonies of #A6171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6171B

Black with #A6171B

Text Example


Text Example

White with #A6171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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