Html Css Color HEX #A91329 Carmine

📋 copy color: '#A91329'

red 169 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A91329

Tints of Carmine #A91329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 73.8%
G = 8.3%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A91329 (or 0xA91329) is known color: Carmine. HEX triplet: A9, 13 and 29. RGB value is (169,19,41). Sum of RGB (Red+Green+Blue) = 169+19+41=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A91329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91329 is #56ECD6. Grayscale: #424242. Windows color (decimal): -5696727 or 2692009. OLE color: 2692009.

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

Color convert

RGB 169 19 41 -
CMYK 0 0.89 0.76 0.34
HSL 351.2º 0.8% 0.37% -
HSV(B) 351.2º 0.89% 0.66% -
XYZ 17 9.06 2.95 -
YUV 66.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 169 19 41 0 0.89 0.76 0.34 351.2 0.8 0.37
Hex A9 13 29 0 59 4C 22 15F 50 25
Octal 251 23 51 0 131 114 42 537 120 45
Binary 10101001 10011 101001 0 1011001 1001100 100010 101011111 1010000 100101

Color Harmonies of #A91329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91329

Black with #A91329

Text Example


Text Example

White with #A91329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91329; }

 p { color: rgb(169,19,41); }

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

background-color css

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

 a { background-color: rgb(169,19,41); }

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

border-color css

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

 span { border-color: rgb(169,19,41); }

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