Html Css Color HEX #A91322 Carmine

📋 copy color: '#A91322'

red 169 ◦ green 19 ◦ blue 34

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

Shades of Carmine #A91322

Tints of Carmine #A91322

RGB

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

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

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

R = 76.13%
G = 8.56%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A91322 (or 0xA91322) is known color: Carmine. HEX triplet: A9, 13 and 22. RGB value is (169,19,34). Sum of RGB (Red+Green+Blue) = 169+19+34=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A91322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91322 is #56ECDD. Grayscale: #414141. Windows color (decimal): -5696734 or 2233257. OLE color: 2233257.

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

Color convert

RGB 169 19 34 -
CMYK 0 0.89 0.80 0.34
HSL 354º 0.8% 0.37% -
HSV(B) 354º 0.89% 0.66% -
XYZ 16.88 9.02 2.36 -
YUV 65.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 169 19 34 0 0.89 0.80 0.34 354 0.8 0.37
Hex A9 13 22 0 59 50 22 162 50 25
Octal 251 23 42 0 131 120 42 542 120 45
Binary 10101001 10011 100010 0 1011001 1010000 100010 101100010 1010000 100101

Color Harmonies of #A91322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91322

Black with #A91322

Text Example


Text Example

White with #A91322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91322; }

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

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

background-color css

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

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

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

border-color css

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

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

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