Html Css Color HEX #A6011E Carmine

📋 copy color: '#A6011E'

red 166 ◦ green 1 ◦ blue 30

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

Shades of Carmine #A6011E

Tints of Carmine #A6011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 84.26%
G = 0.51%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6011E (or 0xA6011E) is known color: Carmine. HEX triplet: A6, 01 and 1E. RGB value is (166,1,30). Sum of RGB (Red+Green+Blue) = 166+1+30=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A6011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6011E is #59FEE1. Grayscale: #353535. Windows color (decimal): -5897954 or 1966502. OLE color: 1966502.

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

Color convert

RGB 166 1 30 -
CMYK 0 0.99 0.82 0.35
HSL 349.45º 0.99% 0.33% -
HSV(B) 349.45º 0.99% 0.65% -
XYZ 15.97 8.22 1.97 -
YUV 53.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 166 1 30 0 0.99 0.82 0.35 349.45 0.99 0.33
Hex A6 1 1E 0 63 52 23 15D 63 21
Octal 246 1 36 0 143 122 43 535 143 41
Binary 10100110 1 11110 0 1100011 1010010 100011 101011101 1100011 100001

Color Harmonies of #A6011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6011E

Black with #A6011E

Text Example


Text Example

White with #A6011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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