Html Css Color HEX #A6141C Carmine

📋 copy color: '#A6141C'

red 166 ◦ green 20 ◦ blue 28

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

Shades of Carmine #A6141C

Tints of Carmine #A6141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 77.57%
G = 9.35%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6141C (or 0xA6141C) is known color: Carmine. HEX triplet: A6, 14 and 1C. RGB value is (166,20,28). Sum of RGB (Red+Green+Blue) = 166+20+28=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6141C is #59EBE3. Grayscale: #404040. Windows color (decimal): -5893092 or 1840294. OLE color: 1840294.

HSL color Cylindrical-coordinate representation of color #A6141C: hue angle of 356.71º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6141C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 28 -
CMYK 0 0.88 0.83 0.35
HSL 356.71º 0.78% 0.36% -
HSV(B) 356.71º 0.88% 0.65% -
XYZ 16.19 8.69 1.92 -
YUV 64.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 166 20 28 0 0.88 0.83 0.35 356.71 0.78 0.36
Hex A6 14 1C 0 58 53 23 165 4E 24
Octal 246 24 34 0 130 123 43 545 116 44
Binary 10100110 10100 11100 0 1011000 1010011 100011 101100101 1001110 100100

Color Harmonies of #A6141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6141C

Black with #A6141C

Text Example


Text Example

White with #A6141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6141C; }

 p { color: rgb(166,20,28); }

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

background-color css

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

 a { background-color: rgb(166,20,28); }

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

border-color css

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

 span { border-color: rgb(166,20,28); }

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