Html Css Color HEX #A41319 Carmine

📋 copy color: '#A41319'

red 164 ◦ green 19 ◦ blue 25

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

Shades of Carmine #A41319

Tints of Carmine #A41319

RGB

 RED value IS 164 (64.45% from 255) = 78.85%

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

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

R = 78.85%
G = 9.13%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A41319 (or 0xA41319) is known color: Carmine. HEX triplet: A4, 13 and 19. RGB value is (164,19,25). Sum of RGB (Red+Green+Blue) = 164+19+25=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A41319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41319 is #5BECE6. Grayscale: #3F3F3F. Windows color (decimal): -6024423 or 1643428. OLE color: 1643428.

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

Color convert

RGB 164 19 25 -
CMYK 0 0.88 0.85 0.36
HSL 357.52º 0.79% 0.36% -
HSV(B) 357.52º 0.88% 0.64% -
XYZ 15.72 8.43 1.72 -
YUV 63.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 164 19 25 0 0.88 0.85 0.36 357.52 0.79 0.36
Hex A4 13 19 0 58 55 24 166 4F 24
Octal 244 23 31 0 130 125 44 546 117 44
Binary 10100100 10011 11001 0 1011000 1010101 100100 101100110 1001111 100100

Color Harmonies of #A41319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41319

Black with #A41319

Text Example


Text Example

White with #A41319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41319; }

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

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

background-color css

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

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

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

border-color css

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

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

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