Html Css Color HEX #AA032F Carmine

📋 copy color: '#AA032F'

red 170 ◦ green 3 ◦ blue 47

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

Shades of Carmine #AA032F

Tints of Carmine #AA032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 77.27%
G = 1.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA032F (or 0xAA032F) is known color: Carmine. HEX triplet: AA, 03 and 2F. RGB value is (170,3,47). Sum of RGB (Red+Green+Blue) = 170+3+47=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032F is #55FCD0. Grayscale: #393939. Windows color (decimal): -5635281 or 3081130. OLE color: 3081130.

HSL color Cylindrical-coordinate representation of color #AA032F: hue angle of 344.19º 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 #AA032F is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 47 -
CMYK 0 0.98 0.72 0.33
HSL 344.19º 0.97% 0.34% -
HSV(B) 344.19º 0.98% 0.67% -
XYZ 17.12 8.82 3.49 -
YUV 57.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 170 3 47 0 0.98 0.72 0.33 344.19 0.97 0.34
Hex AA 3 2F 0 62 48 21 158 61 22
Octal 252 3 57 0 142 110 41 530 141 42
Binary 10101010 11 101111 0 1100010 1001000 100001 101011000 1100001 100010

Color Harmonies of #AA032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA032F

Black with #AA032F

Text Example


Text Example

White with #AA032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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