Html Css Color HEX #AA051A Carmine

📋 copy color: '#AA051A'

red 170 ◦ green 5 ◦ blue 26

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

Shades of Carmine #AA051A

Tints of Carmine #AA051A

RGB

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

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

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

R = 84.58%
G = 2.49%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA051A (or 0xAA051A) is known color: Carmine. HEX triplet: AA, 05 and 1A. RGB value is (170,5,26). Sum of RGB (Red+Green+Blue) = 170+5+26=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051A is #55FAE5. Grayscale: #383838. Windows color (decimal): -5634790 or 1705386. OLE color: 1705386.

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

Color convert

RGB 170 5 26 -
CMYK 0 0.97 0.85 0.33
HSL 352.36º 0.94% 0.34% -
HSV(B) 352.36º 0.97% 0.67% -
XYZ 16.82 8.73 1.78 -
YUV 56.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 170 5 26 0 0.97 0.85 0.33 352.36 0.94 0.34
Hex AA 5 1A 0 61 55 21 160 5E 22
Octal 252 5 32 0 141 125 41 540 136 42
Binary 10101010 101 11010 0 1100001 1010101 100001 101100000 1011110 100010

Color Harmonies of #AA051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA051A

Black with #AA051A

Text Example


Text Example

White with #AA051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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