Html Css Color HEX #A91619 Carmine

📋 copy color: '#A91619'

red 169 ◦ green 22 ◦ blue 25

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

Shades of Carmine #A91619

Tints of Carmine #A91619

RGB

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

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

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

R = 78.24%
G = 10.19%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A91619 (or 0xA91619) is known color: Carmine. HEX triplet: A9, 16 and 19. RGB value is (169,22,25). Sum of RGB (Red+Green+Blue) = 169+22+25=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A91619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91619 is #56E9E6. Grayscale: #424242. Windows color (decimal): -5695975 or 1644201. OLE color: 1644201.

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

Color convert

RGB 169 22 25 -
CMYK 0 0.87 0.85 0.34
HSL 358.78º 0.77% 0.37% -
HSV(B) 358.78º 0.87% 0.66% -
XYZ 16.82 9.08 1.79 -
YUV 66.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 169 22 25 0 0.87 0.85 0.34 358.78 0.77 0.37
Hex A9 16 19 0 57 55 22 167 4D 25
Octal 251 26 31 0 127 125 42 547 115 45
Binary 10101001 10110 11001 0 1010111 1010101 100010 101100111 1001101 100101

Color Harmonies of #A91619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91619

Black with #A91619

Text Example


Text Example

White with #A91619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91619; }

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

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

background-color css

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

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

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

border-color css

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

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

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