Html Css Color HEX #A91129 Carmine

📋 copy color: '#A91129'

red 169 ◦ green 17 ◦ blue 41

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

Shades of Carmine #A91129

Tints of Carmine #A91129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 74.45%
G = 7.49%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A91129 (or 0xA91129) is known color: Carmine. HEX triplet: A9, 11 and 29. RGB value is (169,17,41). Sum of RGB (Red+Green+Blue) = 169+17+41=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91129 is #56EED6. Grayscale: #414141. Windows color (decimal): -5697239 or 2691497. OLE color: 2691497.

HSL color Cylindrical-coordinate representation of color #A91129: hue angle of 350.53º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91129 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 41 -
CMYK 0 0.90 0.76 0.34
HSL 350.53º 0.82% 0.36% -
HSV(B) 350.53º 0.9% 0.66% -
XYZ 16.96 9 2.94 -
YUV 65.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 169 17 41 0 0.90 0.76 0.34 350.53 0.82 0.36
Hex A9 11 29 0 5A 4C 22 15F 52 24
Octal 251 21 51 0 132 114 42 537 122 44
Binary 10101001 10001 101001 0 1011010 1001100 100010 101011111 1010010 100100

Color Harmonies of #A91129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91129

Black with #A91129

Text Example


Text Example

White with #A91129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91129; }

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

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

background-color css

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

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

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

border-color css

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

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

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