Html Css Color HEX #AA031A Carmine

📋 copy color: '#AA031A'

red 170 ◦ green 3 ◦ blue 26

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

Shades of Carmine #AA031A

Tints of Carmine #AA031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 85.43%
G = 1.51%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA031A (or 0xAA031A) is known color: Carmine. HEX triplet: AA, 03 and 1A. RGB value is (170,3,26). Sum of RGB (Red+Green+Blue) = 170+3+26=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031A is #55FCE5. Grayscale: #373737. Windows color (decimal): -5635302 or 1704874. OLE color: 1704874.

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

Color convert

RGB 170 3 26 -
CMYK 0 0.98 0.85 0.33
HSL 351.74º 0.97% 0.34% -
HSV(B) 351.74º 0.98% 0.67% -
XYZ 16.8 8.69 1.77 -
YUV 55.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 170 3 26 0 0.98 0.85 0.33 351.74 0.97 0.34
Hex AA 3 1A 0 62 55 21 160 61 22
Octal 252 3 32 0 142 125 41 540 141 42
Binary 10101010 11 11010 0 1100010 1010101 100001 101100000 1100001 100010

Color Harmonies of #AA031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA031A

Black with #AA031A

Text Example


Text Example

White with #AA031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA031A; }

 p { color: rgb(170,3,26); }

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

background-color css

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

 a { background-color: rgb(170,3,26); }

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

border-color css

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

 span { border-color: rgb(170,3,26); }

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