Html Css Color HEX #A6001A Carmine

📋 copy color: '#A6001A'

red 166 ◦ green 0 ◦ blue 26

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

Shades of Carmine #A6001A

Tints of Carmine #A6001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.46%
G = 0%
B = 13.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6001A (or 0xA6001A) is known color: Carmine. HEX triplet: A6, 00 and 1A. RGB value is (166,0,26). Sum of RGB (Red+Green+Blue) = 166+0+26=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A6001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6001A is #59FFE5. Grayscale: #343434. Windows color (decimal): -5898214 or 1704102. OLE color: 1704102.

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

Color convert

RGB 166 0 26 -
CMYK 0 1 0.84 0.35
HSL 350.6º 1% 0.33% -
HSV(B) 350.6º 1% 0.65% -
XYZ 15.91 8.18 1.72 -
YUV 52.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 166 0 26 0 1 0.84 0.35 350.6 1 0.33
Hex A6 0 1A 0 64 54 23 15F 64 21
Octal 246 0 32 0 144 124 43 537 144 41
Binary 10100110 0 11010 0 1100100 1010100 100011 101011111 1100100 100001

Color Harmonies of #A6001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6001A

Black with #A6001A

Text Example


Text Example

White with #A6001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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