Html Css Color HEX #AA052D Carmine

📋 copy color: '#AA052D'

red 170 ◦ green 5 ◦ blue 45

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

Shades of Carmine #AA052D

Tints of Carmine #AA052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 77.27%
G = 2.27%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA052D (or 0xAA052D) is known color: Carmine. HEX triplet: AA, 05 and 2D. RGB value is (170,5,45). Sum of RGB (Red+Green+Blue) = 170+5+45=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA052D is #55FAD2. Grayscale: #3A3A3A. Windows color (decimal): -5634771 or 2950570. OLE color: 2950570.

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

Color convert

RGB 170 5 45 -
CMYK 0 0.97 0.74 0.33
HSL 345.45º 0.94% 0.34% -
HSV(B) 345.45º 0.97% 0.67% -
XYZ 17.11 8.84 3.29 -
YUV 58.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 170 5 45 0 0.97 0.74 0.33 345.45 0.94 0.34
Hex AA 5 2D 0 61 4A 21 159 5E 22
Octal 252 5 55 0 141 112 41 531 136 42
Binary 10101010 101 101101 0 1100001 1001010 100001 101011001 1011110 100010

Color Harmonies of #AA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA052D

Black with #AA052D

Text Example


Text Example

White with #AA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA052D; }

 p { color: rgb(170,5,45); }

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

background-color css

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

 a { background-color: rgb(170,5,45); }

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

border-color css

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

 span { border-color: rgb(170,5,45); }

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