#AE1327

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

Shades of Cardinal #AE1327

Tints of Cardinal #AE1327

Color information

#AE1327 (or 0xAE1327) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 27. RGB value is (174,19,39). Sum of RGB (Red+Green+Blue) = 174+19+39=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1327 is #51ECD8. Grayscale: #434343. Windows color (decimal): -5369049 or 2560942. OLE color: 2560942.

HSL color Cylindrical-coordinate representation of color #AE1327: hue angle of 352.26º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1327 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1741939-
CMYK00.890.780.32
HSL352.26º80.31%37.84%-
HSV(B)352.26º89.08%68.24%-
XYZ18.059.612.82-
YUV67.62111.85203.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=75%
G=8.19%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174193900.890.780.32352.2680.3137.84
HexAE13270594E201605026
Octal256234701311164054012046
Binary10101110100111001110101100110011101000001011000001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1327; }

 p { color: rgb(174,19,39); }

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

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

 a { background-color: rgb(174,19,39); }

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

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

 span { border-color: rgb(174,19,39); }

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