Html Css Color HEX #AA032B Carmine

📋 copy color: '#AA032B'

red 170 ◦ green 3 ◦ blue 43

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

Shades of Carmine #AA032B

Tints of Carmine #AA032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 78.7%
G = 1.39%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA032B (or 0xAA032B) is known color: Carmine. HEX triplet: AA, 03 and 2B. RGB value is (170,3,43). Sum of RGB (Red+Green+Blue) = 170+3+43=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032B is #55FCD4. Grayscale: #393939. Windows color (decimal): -5635285 or 2818986. OLE color: 2818986.

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

Color convert

RGB 170 3 43 -
CMYK 0 0.98 0.75 0.33
HSL 345.63º 0.97% 0.34% -
HSV(B) 345.63º 0.98% 0.67% -
XYZ 17.05 8.79 3.08 -
YUV 57.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 170 3 43 0 0.98 0.75 0.33 345.63 0.97 0.34
Hex AA 3 2B 0 62 4B 21 15A 61 22
Octal 252 3 53 0 142 113 41 532 141 42
Binary 10101010 11 101011 0 1100010 1001011 100001 101011010 1100001 100010

Color Harmonies of #AA032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA032B

Black with #AA032B

Text Example


Text Example

White with #AA032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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