Html Css Color HEX #A61119 Carmine

📋 copy color: '#A61119'

red 166 ◦ green 17 ◦ blue 25

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

Shades of Carmine #A61119

Tints of Carmine #A61119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 79.81%
G = 8.17%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A61119 (or 0xA61119) is known color: Carmine. HEX triplet: A6, 11 and 19. RGB value is (166,17,25). Sum of RGB (Red+Green+Blue) = 166+17+25=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61119 is #59EEE6. Grayscale: #3E3E3E. Windows color (decimal): -5893863 or 1642918. OLE color: 1642918.

HSL color Cylindrical-coordinate representation of color #A61119: hue angle of 356.78º degrees, saturation: 0.81, 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 #A61119 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 25 -
CMYK 0 0.90 0.85 0.35
HSL 356.78º 0.81% 0.36% -
HSV(B) 356.78º 0.9% 0.65% -
XYZ 16.1 8.58 1.73 -
YUV 62.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 166 17 25 0 0.90 0.85 0.35 356.78 0.81 0.36
Hex A6 11 19 0 5A 55 23 165 51 24
Octal 246 21 31 0 132 125 43 545 121 44
Binary 10100110 10001 11001 0 1011010 1010101 100011 101100101 1010001 100100

Color Harmonies of #A61119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61119

Black with #A61119

Text Example


Text Example

White with #A61119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61119; }

 p { color: rgb(166,17,25); }

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

background-color css

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

 a { background-color: rgb(166,17,25); }

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

border-color css

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

 span { border-color: rgb(166,17,25); }

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