Html Css Color HEX #A90220 Carmine

📋 copy color: '#A90220'

red 169 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A90220

Tints of Carmine #A90220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 83.25%
G = 0.99%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A90220 (or 0xA90220) is known color: Carmine. HEX triplet: A9, 02 and 20. RGB value is (169,2,32). Sum of RGB (Red+Green+Blue) = 169+2+32=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A90220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90220 is #56FDDF. Grayscale: #373737. Windows color (decimal): -5701088 or 2097833. OLE color: 2097833.

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

Color convert

RGB 169 2 32 -
CMYK 0 0.99 0.81 0.34
HSL 349.22º 0.98% 0.34% -
HSV(B) 349.22º 0.99% 0.66% -
XYZ 16.64 8.58 2.15 -
YUV 55.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 169 2 32 0 0.99 0.81 0.34 349.22 0.98 0.34
Hex A9 2 20 0 63 51 22 15D 62 22
Octal 251 2 40 0 143 121 42 535 142 42
Binary 10101001 10 100000 0 1100011 1010001 100010 101011101 1100010 100010

Color Harmonies of #A90220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90220

Black with #A90220

Text Example


Text Example

White with #A90220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90220; }

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

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

background-color css

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

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

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

border-color css

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

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

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