#AA0223

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

Shades of Carmine #AA0223

Tints of Carmine #AA0223

Color information

#AA0223 (or 0xAA0223) is unknown color: approx Carmine. HEX triplet: AA, 02 and 23. RGB value is (170,2,35). Sum of RGB (Red+Green+Blue) = 170+2+35=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0223 is #55FDDC. Grayscale: #383838. Windows color (decimal): -5635549 or 2294442. OLE color: 2294442.

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

Color convert

RGB170235-
CMYK00.990.790.33
HSL348.21º97.67%33.73%-
HSV(B)348.21º98.82%66.67%-
XYZ16.98.712.38-
YUV55.99116.16209.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.13%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=82.13%
G=0.97%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17023500.990.790.33348.2197.6733.73
HexAA2230634F2115c6222
Octal25224301431174153414242
Binary10101010101000110110001110011111000011010111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0223; }

 p { color: rgb(170,2,35); }

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

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

 a { background-color: rgb(170,2,35); }

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

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

 span { border-color: rgb(170,2,35); }

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