Html Css Color HEX #AA021F Carmine

📋 copy color: '#AA021F'

red 170 ◦ green 2 ◦ blue 31

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

Shades of Carmine #AA021F

Tints of Carmine #AA021F

RGB

 RED value IS 170 (66.8% from 255) = 83.74%

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

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 83.74%
G = 0.99%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA021F (or 0xAA021F) is known color: Carmine. HEX triplet: AA, 02 and 1F. RGB value is (170,2,31). Sum of RGB (Red+Green+Blue) = 170+2+31=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021F is #55FDE0. Grayscale: #373737. Windows color (decimal): -5635553 or 2032298. OLE color: 2032298.

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

Color convert

RGB 170 2 31 -
CMYK 0 0.99 0.82 0.33
HSL 349.64º 0.98% 0.34% -
HSV(B) 349.64º 0.99% 0.67% -
XYZ 16.85 8.69 2.09 -
YUV 55.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 170 2 31 0 0.99 0.82 0.33 349.64 0.98 0.34
Hex AA 2 1F 0 63 52 21 15E 62 22
Octal 252 2 37 0 143 122 41 536 142 42
Binary 10101010 10 11111 0 1100011 1010010 100001 101011110 1100010 100010

Color Harmonies of #AA021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA021F

Black with #AA021F

Text Example


Text Example

White with #AA021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA021F; }

 p { color: rgb(170,2,31); }

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

background-color css

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

 a { background-color: rgb(170,2,31); }

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

border-color css

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

 span { border-color: rgb(170,2,31); }

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