Html Css Color HEX #A60119 Carmine

📋 copy color: '#A60119'

red 166 ◦ green 1 ◦ blue 25

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

Shades of Carmine #A60119

Tints of Carmine #A60119

RGB

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

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

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

R = 86.46%
G = 0.52%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A60119 (or 0xA60119) is known color: Carmine. HEX triplet: A6, 01 and 19. RGB value is (166,1,25). Sum of RGB (Red+Green+Blue) = 166+1+25=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60119 is #59FEE6. Grayscale: #353535. Windows color (decimal): -5897959 or 1638822. OLE color: 1638822.

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

Color convert

RGB 166 1 25 -
CMYK 0 0.99 0.85 0.35
HSL 351.27º 0.99% 0.33% -
HSV(B) 351.27º 0.99% 0.65% -
XYZ 15.91 8.2 1.66 -
YUV 53.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 166 1 25 0 0.99 0.85 0.35 351.27 0.99 0.33
Hex A6 1 19 0 63 55 23 15F 63 21
Octal 246 1 31 0 143 125 43 537 143 41
Binary 10100110 1 11001 0 1100011 1010101 100011 101011111 1100011 100001

Color Harmonies of #A60119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60119

Black with #A60119

Text Example


Text Example

White with #A60119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60119; }

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

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

background-color css

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

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

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

border-color css

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

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

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