Html Css Color HEX #A6011A Carmine

📋 copy color: '#A6011A'

red 166 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A6011A

Tints of Carmine #A6011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 86.01%
G = 0.52%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6011A (or 0xA6011A) is known color: Carmine. HEX triplet: A6, 01 and 1A. RGB value is (166,1,26). Sum of RGB (Red+Green+Blue) = 166+1+26=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A6011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6011A is #59FEE5. Grayscale: #353535. Windows color (decimal): -5897958 or 1704358. OLE color: 1704358.

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

Color convert

RGB 166 1 26 -
CMYK 0 0.99 0.84 0.35
HSL 350.91º 0.99% 0.33% -
HSV(B) 350.91º 0.99% 0.65% -
XYZ 15.92 8.2 1.72 -
YUV 53.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 166 1 26 0 0.99 0.84 0.35 350.91 0.99 0.33
Hex A6 1 1A 0 63 54 23 15F 63 21
Octal 246 1 32 0 143 124 43 537 143 41
Binary 10100110 1 11010 0 1100011 1010100 100011 101011111 1100011 100001

Color Harmonies of #A6011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6011A

Black with #A6011A

Text Example


Text Example

White with #A6011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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