Html Css Color HEX #A61619 Carmine

📋 copy color: '#A61619'

red 166 ◦ green 22 ◦ blue 25

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

Shades of Carmine #A61619

Tints of Carmine #A61619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

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

R = 77.93%
G = 10.33%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A61619 (or 0xA61619) is known color: Carmine. HEX triplet: A6, 16 and 19. RGB value is (166,22,25). Sum of RGB (Red+Green+Blue) = 166+22+25=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A61619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61619 is #59E9E6. Grayscale: #414141. Windows color (decimal): -5892583 or 1644198. OLE color: 1644198.

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

Color convert

RGB 166 22 25 -
CMYK 0 0.87 0.85 0.35
HSL 358.75º 0.77% 0.37% -
HSV(B) 358.75º 0.87% 0.65% -
XYZ 16.19 8.75 1.76 -
YUV 65.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 166 22 25 0 0.87 0.85 0.35 358.75 0.77 0.37
Hex A6 16 19 0 57 55 23 167 4D 25
Octal 246 26 31 0 127 125 43 547 115 45
Binary 10100110 10110 11001 0 1010111 1010101 100011 101100111 1001101 100101

Color Harmonies of #A61619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61619

Black with #A61619

Text Example


Text Example

White with #A61619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61619; }

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

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

background-color css

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

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

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

border-color css

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

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

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