Html Css Color HEX #A91122 Carmine

📋 copy color: '#A91122'

red 169 ◦ green 17 ◦ blue 34

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

Shades of Carmine #A91122

Tints of Carmine #A91122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 76.82%
G = 7.73%
B = 15.45%

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

#A91122 (or 0xA91122) is known color: Carmine. HEX triplet: A9, 11 and 22. RGB value is (169,17,34). Sum of RGB (Red+Green+Blue) = 169+17+34=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A91122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91122 is #56EEDD. Grayscale: #404040. Windows color (decimal): -5697246 or 2232745. OLE color: 2232745.

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

Color convert

RGB 169 17 34 -
CMYK 0 0.90 0.80 0.34
HSL 353.29º 0.82% 0.36% -
HSV(B) 353.29º 0.9% 0.66% -
XYZ 16.85 8.95 2.35 -
YUV 64.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 169 17 34 0 0.90 0.80 0.34 353.29 0.82 0.36
Hex A9 11 22 0 5A 50 22 161 52 24
Octal 251 21 42 0 132 120 42 541 122 44
Binary 10101001 10001 100010 0 1011010 1010000 100010 101100001 1010010 100100

Color Harmonies of #A91122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91122

Black with #A91122

Text Example


Text Example

White with #A91122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91122; }

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

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

background-color css

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

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

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

border-color css

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

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

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