#AE0C38

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

Shades of Cardinal #AE0C38

Tints of Cardinal #AE0C38

Color information

#AE0C38 (or 0xAE0C38) is unknown color: approx Cardinal. HEX triplet: AE, 0C and 38. RGB value is (174,12,56). Sum of RGB (Red+Green+Blue) = 174+12+56=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C38 is #51F3C7. Grayscale: #414141. Windows color (decimal): -5370824 or 3673262. OLE color: 3673262.

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

Color convert

RGB1741256-
CMYK00.930.680.32
HSL343.7º87.1%36.47%-
HSV(B)343.7º93.1%68.24%-
XYZ18.39.554.62-
YUV65.45122.67205.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.90%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=71.90%
G=4.96%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174125600.930.680.32343.787.136.47
HexAEC3805D44201585724
Octal256147001351044053012744
Binary1010111011001110000101110110001001000001010110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C38; }

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

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

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

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

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

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

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

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