#AE0B38

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

Shades of Cardinal #AE0B38

Tints of Cardinal #AE0B38

Color information

#AE0B38 (or 0xAE0B38) is unknown color: approx Cardinal. HEX triplet: AE, 0B and 38. RGB value is (174,11,56). Sum of RGB (Red+Green+Blue) = 174+11+56=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B38 is #51F4C7. Grayscale: #404040. Windows color (decimal): -5371080 or 3673006. OLE color: 3673006.

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

Color convert

RGB1741156-
CMYK00.940.680.32
HSL343.44º88.11%36.27%-
HSV(B)343.44º93.68%68.24%-
XYZ18.299.524.62-
YUV64.87123205.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=72.20%
G=4.56%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174115600.940.680.32343.4488.1136.27
HexAEB3805E44201575824
Octal256137001361044052713044
Binary1010111010111110000101111010001001000001010101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B38; }

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

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

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

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

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

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

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

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