Html Css Color HEX #A91020 Carmine

📋 copy color: '#A91020'

red 169 ◦ green 16 ◦ blue 32

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

Shades of Carmine #A91020

Tints of Carmine #A91020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 77.88%
G = 7.37%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A91020 (or 0xA91020) is known color: Carmine. HEX triplet: A9, 10 and 20. RGB value is (169,16,32). Sum of RGB (Red+Green+Blue) = 169+16+32=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A91020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91020 is #56EFDF. Grayscale: #3F3F3F. Windows color (decimal): -5697504 or 2101417. OLE color: 2101417.

HSL color Cylindrical-coordinate representation of color #A91020: hue angle of 353.73º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91020 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 32 -
CMYK 0 0.91 0.81 0.34
HSL 353.73º 0.83% 0.36% -
HSV(B) 353.73º 0.91% 0.66% -
XYZ 16.81 8.91 2.2 -
YUV 63.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 169 16 32 0 0.91 0.81 0.34 353.73 0.83 0.36
Hex A9 10 20 0 5B 51 22 162 53 24
Octal 251 20 40 0 133 121 42 542 123 44
Binary 10101001 10000 100000 0 1011011 1010001 100010 101100010 1010011 100100

Color Harmonies of #A91020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91020

Black with #A91020

Text Example


Text Example

White with #A91020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91020; }

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

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

background-color css

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

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

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

border-color css

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

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

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