#AE133E

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

Shades of Cardinal #AE133E

Tints of Cardinal #AE133E

Color information

#AE133E (or 0xAE133E) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 3E. RGB value is (174,19,62). Sum of RGB (Red+Green+Blue) = 174+19+62=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133E is #51ECC1. Grayscale: #464646. Windows color (decimal): -5369026 or 4068270. OLE color: 4068270.

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

Color convert

RGB1741962-
CMYK00.890.640.32
HSL343.35º80.31%37.84%-
HSV(B)343.35º89.08%68.24%-
XYZ18.569.815.47-
YUV70.25123.35202-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=68.24%
G=7.45%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174196200.890.640.32343.3580.3137.84
HexAE133E05940201575026
Octal256237601311004052712046
Binary10101110100111111100101100110000001000001010101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE133E; }

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

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

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

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

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

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

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

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