#AA183D

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

Shades of Cardinal #AA183D

Tints of Cardinal #AA183D

Color information

#AA183D (or 0xAA183D) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 3D. RGB value is (170,24,61). Sum of RGB (Red+Green+Blue) = 170+24+61=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA183D is #55E7C2. Grayscale: #474747. Windows color (decimal): -5629891 or 4004010. OLE color: 4004010.

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

Color convert

RGB1702461-
CMYK00.860.640.33
HSL344.79º75.26%38.04%-
HSV(B)344.79º85.88%66.67%-
XYZ17.759.545.32-
YUV71.87121.87197.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=66.67%
G=9.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170246100.860.640.33344.7975.2638.04
HexAA183D05640211594b26
Octal252307501261004153111346
Binary10101010110001111010101011010000001000011010110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA183D; }

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

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

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

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

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

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

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

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