Html Css Color HEX #A61719 Carmine

📋 copy color: '#A61719'

red 166 ◦ green 23 ◦ blue 25

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

Shades of Carmine #A61719

Tints of Carmine #A61719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 77.57%
G = 10.75%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A61719 (or 0xA61719) is known color: Carmine. HEX triplet: A6, 17 and 19. RGB value is (166,23,25). Sum of RGB (Red+Green+Blue) = 166+23+25=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A61719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61719 is #59E8E6. Grayscale: #424242. Windows color (decimal): -5892327 or 1644454. OLE color: 1644454.

HSL color Cylindrical-coordinate representation of color #A61719: hue angle of 359.16º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61719 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 25 -
CMYK 0 0.86 0.85 0.35
HSL 359.16º 0.76% 0.37% -
HSV(B) 359.16º 0.86% 0.65% -
XYZ 16.21 8.79 1.76 -
YUV 65.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 166 23 25 0 0.86 0.85 0.35 359.16 0.76 0.37
Hex A6 17 19 0 56 55 23 167 4C 25
Octal 246 27 31 0 126 125 43 547 114 45
Binary 10100110 10111 11001 0 1010110 1010101 100011 101100111 1001100 100101

Color Harmonies of #A61719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61719

Black with #A61719

Text Example


Text Example

White with #A61719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61719; }

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

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

background-color css

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

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

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

border-color css

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

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

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