Html Css Color HEX #A91120 Carmine

📋 copy color: '#A91120'

red 169 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A91120

Tints of Carmine #A91120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 77.52%
G = 7.8%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A91120 (or 0xA91120) is known color: Carmine. HEX triplet: A9, 11 and 20. RGB value is (169,17,32). Sum of RGB (Red+Green+Blue) = 169+17+32=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A91120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91120 is #56EEDF. Grayscale: #404040. Windows color (decimal): -5697248 or 2101673. OLE color: 2101673.

HSL color Cylindrical-coordinate representation of color #A91120: hue angle of 354.08º 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 #A91120 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 32 -
CMYK 0 0.90 0.81 0.34
HSL 354.08º 0.82% 0.36% -
HSV(B) 354.08º 0.9% 0.66% -
XYZ 16.82 8.94 2.21 -
YUV 64.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 169 17 32 0 0.90 0.81 0.34 354.08 0.82 0.36
Hex A9 11 20 0 5A 51 22 162 52 24
Octal 251 21 40 0 132 121 42 542 122 44
Binary 10101001 10001 100000 0 1011010 1010001 100010 101100010 1010010 100100

Color Harmonies of #A91120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91120

Black with #A91120

Text Example


Text Example

White with #A91120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91120; }

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

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

background-color css

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

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

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

border-color css

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

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

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