Html Css Color HEX #A6101C Carmine

📋 copy color: '#A6101C'

red 166 ◦ green 16 ◦ blue 28

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

Shades of Carmine #A6101C

Tints of Carmine #A6101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 79.05%
G = 7.62%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6101C (or 0xA6101C) is known color: Carmine. HEX triplet: A6, 10 and 1C. RGB value is (166,16,28). Sum of RGB (Red+Green+Blue) = 166+16+28=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6101C is #59EFE3. Grayscale: #3E3E3E. Windows color (decimal): -5894116 or 1839270. OLE color: 1839270.

HSL color Cylindrical-coordinate representation of color #A6101C: hue angle of 355.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6101C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 28 -
CMYK 0 0.90 0.83 0.35
HSL 355.2º 0.82% 0.36% -
HSV(B) 355.2º 0.9% 0.65% -
XYZ 16.12 8.56 1.9 -
YUV 62.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 166 16 28 0 0.90 0.83 0.35 355.2 0.82 0.36
Hex A6 10 1C 0 5A 53 23 163 52 24
Octal 246 20 34 0 132 123 43 543 122 44
Binary 10100110 10000 11100 0 1011010 1010011 100011 101100011 1010010 100100

Color Harmonies of #A6101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6101C

Black with #A6101C

Text Example


Text Example

White with #A6101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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