Html Css Color HEX #A6011B Carmine

📋 copy color: '#A6011B'

red 166 ◦ green 1 ◦ blue 27

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

Shades of Carmine #A6011B

Tints of Carmine #A6011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 85.57%
G = 0.52%
B = 13.92%

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

#A6011B (or 0xA6011B) is known color: Carmine. HEX triplet: A6, 01 and 1B. RGB value is (166,1,27). Sum of RGB (Red+Green+Blue) = 166+1+27=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A6011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6011B is #59FEE4. Grayscale: #353535. Windows color (decimal): -5897957 or 1769894. OLE color: 1769894.

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

Color convert

RGB 166 1 27 -
CMYK 0 0.99 0.84 0.35
HSL 350.55º 0.99% 0.33% -
HSV(B) 350.55º 0.99% 0.65% -
XYZ 15.93 8.21 1.78 -
YUV 53.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 166 1 27 0 0.99 0.84 0.35 350.55 0.99 0.33
Hex A6 1 1B 0 63 54 23 15F 63 21
Octal 246 1 33 0 143 124 43 537 143 41
Binary 10100110 1 11011 0 1100011 1010100 100011 101011111 1100011 100001

Color Harmonies of #A6011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6011B

Black with #A6011B

Text Example


Text Example

White with #A6011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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