Html Css Color HEX #A61519 Carmine

📋 copy color: '#A61519'

red 166 ◦ green 21 ◦ blue 25

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

Shades of Carmine #A61519

Tints of Carmine #A61519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 78.3%
G = 9.91%
B = 11.79%

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

#A61519 (or 0xA61519) is known color: Carmine. HEX triplet: A6, 15 and 19. RGB value is (166,21,25). Sum of RGB (Red+Green+Blue) = 166+21+25=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A61519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61519 is #59EAE6. Grayscale: #404040. Windows color (decimal): -5892839 or 1643942. OLE color: 1643942.

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

Color convert

RGB 166 21 25 -
CMYK 0 0.87 0.85 0.35
HSL 358.34º 0.78% 0.37% -
HSV(B) 358.34º 0.87% 0.65% -
XYZ 16.17 8.71 1.75 -
YUV 64.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 166 21 25 0 0.87 0.85 0.35 358.34 0.78 0.37
Hex A6 15 19 0 57 55 23 166 4E 25
Octal 246 25 31 0 127 125 43 546 116 45
Binary 10100110 10101 11001 0 1010111 1010101 100011 101100110 1001110 100101

Color Harmonies of #A61519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61519

Black with #A61519

Text Example


Text Example

White with #A61519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61519; }

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

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

background-color css

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

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

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

border-color css

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

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

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