#AA1430

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

Shades of Cardinal #AA1430

Tints of Cardinal #AA1430

Color information

#AA1430 (or 0xAA1430) is unknown color: approx Cardinal. HEX triplet: AA, 14 and 30. RGB value is (170,20,48). Sum of RGB (Red+Green+Blue) = 170+20+48=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1430 is #55EBCF. Grayscale: #444444. Windows color (decimal): -5630928 or 3151018. OLE color: 3151018.

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

Color convert

RGB1702048-
CMYK00.880.720.33
HSL348.8º78.95%37.25%-
HSV(B)348.8º88.24%66.67%-
XYZ17.369.263.67-
YUV68.04116.7200.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=71.43%
G=8.40%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170204800.880.720.33348.878.9537.25
HexAA1430058482115d4f25
Octal252246001301104153511745
Binary10101010101001100000101100010010001000011010111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1430; }

 p { color: rgb(170,20,48); }

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

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

 a { background-color: rgb(170,20,48); }

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

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

 span { border-color: rgb(170,20,48); }

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