#AE0738

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

Shades of Cardinal #AE0738

Tints of Cardinal #AE0738

Color information

#AE0738 (or 0xAE0738) is unknown color: approx Cardinal. HEX triplet: AE, 07 and 38. RGB value is (174,7,56). Sum of RGB (Red+Green+Blue) = 174+7+56=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0738 is #51F8C7. Grayscale: #3E3E3E. Windows color (decimal): -5372104 or 3671982. OLE color: 3671982.

HSL color Cylindrical-coordinate representation of color #AE0738: hue angle of 342.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0738 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB174756-
CMYK00.960.680.32
HSL342.4º92.27%35.49%-
HSV(B)342.4º95.98%68.24%-
XYZ18.259.444.6-
YUV62.52124.33207.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=73.42%
G=2.95%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17475600.960.680.32342.492.2735.49
HexAE73806044201565c23
Octal25677001401044052613443
Binary101011101111110000110000010001001000001010101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0738; }

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

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

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

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

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

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

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

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