#AA0628

Color #AA0628 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AA0628

Tints of Carmine #AA0628

Color information

#AA0628 (or 0xAA0628) is unknown color: approx Carmine. HEX triplet: AA, 06 and 28. RGB value is (170,6,40). Sum of RGB (Red+Green+Blue) = 170+6+40=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0628 is #55F9D7. Grayscale: #3A3A3A. Windows color (decimal): -5634520 or 2623146. OLE color: 2623146.

HSL color Cylindrical-coordinate representation of color #AA0628: hue angle of 347.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0628 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB170640-
CMYK00.960.760.33
HSL347.56º93.18%34.51%-
HSV(B)347.56º96.47%66.67%-
XYZ17.038.832.81-
YUV58.91117.33207.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 78.70%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=78.70%
G=2.78%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17064000.960.760.33347.5693.1834.51
HexAA6280604C2115c5d23
Octal25265001401144153413543
Binary101010101101010000110000010011001000011010111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0628; }

 p { color: rgb(170,6,40); }

 H1.HeaderClassName
 {
   color: #AA0628;
 }
 .AnyTagClassName
 {
   color: #AA0628;
 }
</style>
background-color css

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

 a { background-color: rgb(170,6,40); }

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

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

 span { border-color: rgb(170,6,40); }

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