Html Css Color HEX #A91320 Carmine

📋 copy color: '#A91320'

red 169 ◦ green 19 ◦ blue 32

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

Shades of Carmine #A91320

Tints of Carmine #A91320

RGB

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

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

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

R = 76.82%
G = 8.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A91320 (or 0xA91320) is known color: Carmine. HEX triplet: A9, 13 and 20. RGB value is (169,19,32). Sum of RGB (Red+Green+Blue) = 169+19+32=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A91320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91320 is #56ECDF. Grayscale: #414141. Windows color (decimal): -5696736 or 2102185. OLE color: 2102185.

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

Color convert

RGB 169 19 32 -
CMYK 0 0.89 0.81 0.34
HSL 354.8º 0.8% 0.37% -
HSV(B) 354.8º 0.89% 0.66% -
XYZ 16.86 9.01 2.22 -
YUV 65.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 169 19 32 0 0.89 0.81 0.34 354.8 0.8 0.37
Hex A9 13 20 0 59 51 22 163 50 25
Octal 251 23 40 0 131 121 42 543 120 45
Binary 10101001 10011 100000 0 1011001 1010001 100010 101100011 1010000 100101

Color Harmonies of #A91320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91320

Black with #A91320

Text Example


Text Example

White with #A91320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91320; }

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

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

background-color css

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

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

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

border-color css

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

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

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