Html Css Color HEX #A61319 Carmine

📋 copy color: '#A61319'

red 166 ◦ green 19 ◦ blue 25

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

Shades of Carmine #A61319

Tints of Carmine #A61319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 79.05%
G = 9.05%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A61319 (or 0xA61319) is known color: Carmine. HEX triplet: A6, 13 and 19. RGB value is (166,19,25). Sum of RGB (Red+Green+Blue) = 166+19+25=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A61319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61319 is #59ECE6. Grayscale: #3F3F3F. Windows color (decimal): -5893351 or 1643430. OLE color: 1643430.

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

Color convert

RGB 166 19 25 -
CMYK 0 0.89 0.85 0.35
HSL 357.55º 0.79% 0.36% -
HSV(B) 357.55º 0.89% 0.65% -
XYZ 16.13 8.64 1.74 -
YUV 63.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 166 19 25 0 0.89 0.85 0.35 357.55 0.79 0.36
Hex A6 13 19 0 59 55 23 166 4F 24
Octal 246 23 31 0 131 125 43 546 117 44
Binary 10100110 10011 11001 0 1011001 1010101 100011 101100110 1001111 100100

Color Harmonies of #A61319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61319

Black with #A61319

Text Example


Text Example

White with #A61319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61319; }

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

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

background-color css

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

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

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

border-color css

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

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

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