#aa0938

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

Shades of Cardinal #AA0938

Tints of Cardinal #AA0938

Color information

#AA0938 (or 0xAA0938) is unknown color: approx Cardinal. HEX triplet: AA, 09 and 38. RGB value is (170,9,56). Sum of RGB (Red+Green+Blue) = 170+9+56=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0938 is #55F6C7. Grayscale: #3E3E3E. Windows color (decimal): -5633736 or 3672490. OLE color: 3672490.

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

Color convert

RGB170956-
CMYK00.950.670.33
HSL342.48º89.94%35.1%-
HSV(B)342.48º94.71%66.67%-
XYZ17.399.034.57-
YUV62.5124.34204.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=72.34%
G=3.83%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17095600.950.670.33342.4889.9435.1
HexAA93805F43211565a23
Octal252117001371034152613243
Binary1010101010011110000101111110000111000011010101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0938; }

 p { color: rgb(170,9,56); }

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

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

 a { background-color: rgb(170,9,56); }

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

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

 span { border-color: rgb(170,9,56); }

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