#aa1f34

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

Shades of Cardinal #AA1F34

Tints of Cardinal #AA1F34

Color information

#AA1F34 (or 0xAA1F34) is unknown color: approx Cardinal. HEX triplet: AA, 1F and 34. RGB value is (170,31,52). Sum of RGB (Red+Green+Blue) = 170+31+52=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F34 is #55E0CB. Grayscale: #4B4B4B. Windows color (decimal): -5628108 or 3415978. OLE color: 3415978.

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

Color convert

RGB1703152-
CMYK00.820.690.33
HSL350.94º69.15%39.41%-
HSV(B)350.94º81.76%66.67%-
XYZ17.699.774.2-
YUV74.96115.05195.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=67.19%
G=12.25%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170315200.820.690.33350.9469.1539.41
HexAA1F34052452115f4527
Octal252376401221054153710547
Binary10101010111111101000101001010001011000011010111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1f34; }

 p { color: rgb(170,31,52); }

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

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

 a { background-color: rgb(170,31,52); }

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

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

 span { border-color: rgb(170,31,52); }

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