#aa001b

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

Shades of Carmine #AA001B

Tints of Carmine #AA001B

Color information

#AA001B (or 0xAA001B) is unknown color: approx Carmine. HEX triplet: AA, 00 and 1B. RGB value is (170,0,27). Sum of RGB (Red+Green+Blue) = 170+0+27=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA001B is #55FFE4. Grayscale: #353535. Windows color (decimal): -5636069 or 1769642. OLE color: 1769642.

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

Color convert

RGB170027-
CMYK010.840.33
HSL350.47º100%33.33%-
HSV(B)350.47º100%66.67%-
XYZ16.788.631.82-
YUV53.91112.82210.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 86.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=86.29%
G=0%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170027010.840.33350.4710033.33
HexAA01B064542115e6421
Octal25203301441244153614441
Binary101010100110110110010010101001000011010111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa001b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa001b; }

 p { color: rgb(170,0,27); }

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

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

 a { background-color: rgb(170,0,27); }

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

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

 span { border-color: rgb(170,0,27); }

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