Html Css Color HEX #A91121 Carmine

📋 copy color: '#A91121'

red 169 ◦ green 17 ◦ blue 33

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

Shades of Carmine #A91121

Tints of Carmine #A91121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 77.17%
G = 7.76%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A91121 (or 0xA91121) is known color: Carmine. HEX triplet: A9, 11 and 21. RGB value is (169,17,33). Sum of RGB (Red+Green+Blue) = 169+17+33=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A91121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91121 is #56EEDE. Grayscale: #404040. Windows color (decimal): -5697247 or 2167209. OLE color: 2167209.

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

Color convert

RGB 169 17 33 -
CMYK 0 0.90 0.80 0.34
HSL 353.68º 0.82% 0.36% -
HSV(B) 353.68º 0.9% 0.66% -
XYZ 16.84 8.95 2.28 -
YUV 64.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 169 17 33 0 0.90 0.80 0.34 353.68 0.82 0.36
Hex A9 11 21 0 5A 50 22 162 52 24
Octal 251 21 41 0 132 120 42 542 122 44
Binary 10101001 10001 100001 0 1011010 1010000 100010 101100010 1010010 100100

Color Harmonies of #A91121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91121

Black with #A91121

Text Example


Text Example

White with #A91121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91121; }

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

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

background-color css

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

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

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

border-color css

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

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

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