Html Css Color HEX #A6011C Carmine

📋 copy color: '#A6011C'

red 166 ◦ green 1 ◦ blue 28

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

Shades of Carmine #A6011C

Tints of Carmine #A6011C

RGB

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

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

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

R = 85.13%
G = 0.51%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6011C (or 0xA6011C) is known color: Carmine. HEX triplet: A6, 01 and 1C. RGB value is (166,1,28). Sum of RGB (Red+Green+Blue) = 166+1+28=195 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.13% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 166 - color contains mainly: red. Hex color #A6011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6011C is #59FEE3. Grayscale: #353535. Windows color (decimal): -5897956 or 1835430. OLE color: 1835430.

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

Color convert

RGB 166 1 28 -
CMYK 0 0.99 0.83 0.35
HSL 350.18º 0.99% 0.33% -
HSV(B) 350.18º 0.99% 0.65% -
XYZ 15.95 8.21 1.84 -
YUV 53.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 166 1 28 0 0.99 0.83 0.35 350.18 0.99 0.33
Hex A6 1 1C 0 63 53 23 15E 63 21
Octal 246 1 34 0 143 123 43 536 143 41
Binary 10100110 1 11100 0 1100011 1010011 100011 101011110 1100011 100001

Color Harmonies of #A6011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6011C

Black with #A6011C

Text Example


Text Example

White with #A6011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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