Html Css Color HEX #A91819 Carmine

📋 copy color: '#A91819'

red 169 ◦ green 24 ◦ blue 25

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

Shades of Carmine #A91819

Tints of Carmine #A91819

RGB

 RED value IS 169 (66.41% from 255) = 77.52%

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 77.52%
G = 11.01%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A91819 (or 0xA91819) is known color: Carmine. HEX triplet: A9, 18 and 19. RGB value is (169,24,25). Sum of RGB (Red+Green+Blue) = 169+24+25=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A91819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91819 is #56E7E6. Grayscale: #434343. Windows color (decimal): -5695463 or 1644713. OLE color: 1644713.

HSL color Cylindrical-coordinate representation of color #A91819: hue angle of 359.59º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91819 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 24 25 -
CMYK 0 0.86 0.85 0.34
HSL 359.59º 0.75% 0.38% -
HSV(B) 359.59º 0.86% 0.66% -
XYZ 16.86 9.16 1.8 -
YUV 67.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 169 24 25 0 0.86 0.85 0.34 359.59 0.75 0.38
Hex A9 18 19 0 56 55 22 168 4B 26
Octal 251 30 31 0 126 125 42 550 113 46
Binary 10101001 11000 11001 0 1010110 1010101 100010 101101000 1001011 100110

Color Harmonies of #A91819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91819

Black with #A91819

Text Example


Text Example

White with #A91819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91819; }

 p { color: rgb(169,24,25); }

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

background-color css

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

 a { background-color: rgb(169,24,25); }

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

border-color css

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

 span { border-color: rgb(169,24,25); }

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