#AE1338

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

Shades of Cardinal #AE1338

Tints of Cardinal #AE1338

Color information

#AE1338 (or 0xAE1338) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 38. RGB value is (174,19,56). Sum of RGB (Red+Green+Blue) = 174+19+56=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1338 is #51ECC7. Grayscale: #454545. Windows color (decimal): -5369032 or 3675054. OLE color: 3675054.

HSL color Cylindrical-coordinate representation of color #AE1338: hue angle of 345.68º 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 #AE1338 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1741956-
CMYK00.890.680.32
HSL345.68º80.31%37.84%-
HSV(B)345.68º89.08%68.24%-
XYZ18.49.754.65-
YUV69.56120.35202.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=69.88%
G=7.63%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174195600.890.680.32345.6880.3137.84
HexAE1338059442015a5026
Octal256237001311044053212046
Binary10101110100111110000101100110001001000001010110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1338; }

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

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

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

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

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

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

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

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