Html Css Color HEX #A6171D Carmine

📋 copy color: '#A6171D'

red 166 ◦ green 23 ◦ blue 29

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

Shades of Carmine #A6171D

Tints of Carmine #A6171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 76.15%
G = 10.55%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6171D (or 0xA6171D) is known color: Carmine. HEX triplet: A6, 17 and 1D. RGB value is (166,23,29). Sum of RGB (Red+Green+Blue) = 166+23+29=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6171D is #59E8E2. Grayscale: #424242. Windows color (decimal): -5892323 or 1906598. OLE color: 1906598.

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

Color convert

RGB 166 23 29 -
CMYK 0 0.86 0.83 0.35
HSL 357.48º 0.76% 0.37% -
HSV(B) 357.48º 0.86% 0.65% -
XYZ 16.25 8.81 2.01 -
YUV 66.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 166 23 29 0 0.86 0.83 0.35 357.48 0.76 0.37
Hex A6 17 1D 0 56 53 23 165 4C 25
Octal 246 27 35 0 126 123 43 545 114 45
Binary 10100110 10111 11101 0 1010110 1010011 100011 101100101 1001100 100101

Color Harmonies of #A6171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6171D

Black with #A6171D

Text Example


Text Example

White with #A6171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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