#AA0D3D

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

Shades of Cardinal #AA0D3D

Tints of Cardinal #AA0D3D

Color information

#AA0D3D (or 0xAA0D3D) is unknown color: approx Cardinal. HEX triplet: AA, 0D and 3D. RGB value is (170,13,61). Sum of RGB (Red+Green+Blue) = 170+13+61=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D3D is #55F2C2. Grayscale: #414141. Windows color (decimal): -5632707 or 4001194. OLE color: 4001194.

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

Color convert

RGB1701361-
CMYK00.920.640.33
HSL341.66º85.79%35.88%-
HSV(B)341.66º92.35%66.67%-
XYZ17.569.175.26-
YUV65.41125.51202.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.67%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 61 (24.22% from 255) = 25%
R=69.67%
G=5.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170136100.920.640.33341.6685.7935.88
HexAAD3D05C40211565624
Octal252157501341004152612644
Binary1010101011011111010101110010000001000011010101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D3D; }

 p { color: rgb(170,13,61); }

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

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

 a { background-color: rgb(170,13,61); }

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

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

 span { border-color: rgb(170,13,61); }

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