Html Css Color HEX #AA1027 Carmine

📋 copy color: '#AA1027'

red 170 ◦ green 16 ◦ blue 39

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

Shades of Carmine #AA1027

Tints of Carmine #AA1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 75.56%
G = 7.11%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA1027 (or 0xAA1027) is known color: Carmine. HEX triplet: AA, 10 and 27. RGB value is (170,16,39). Sum of RGB (Red+Green+Blue) = 170+16+39=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1027 is #55EFD8. Grayscale: #404040. Windows color (decimal): -5631961 or 2560170. OLE color: 2560170.

HSL color Cylindrical-coordinate representation of color #AA1027: hue angle of 351.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1027 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 39 -
CMYK 0 0.91 0.77 0.33
HSL 351.04º 0.83% 0.36% -
HSV(B) 351.04º 0.91% 0.67% -
XYZ 17.13 9.06 2.77 -
YUV 64.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 170 16 39 0 0.91 0.77 0.33 351.04 0.83 0.36
Hex AA 10 27 0 5B 4D 21 15F 53 24
Octal 252 20 47 0 133 115 41 537 123 44
Binary 10101010 10000 100111 0 1011011 1001101 100001 101011111 1010011 100100

Color Harmonies of #AA1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1027

Black with #AA1027

Text Example


Text Example

White with #AA1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1027; }

 p { color: rgb(170,16,39); }

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

background-color css

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

 a { background-color: rgb(170,16,39); }

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

border-color css

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

 span { border-color: rgb(170,16,39); }

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