#AE133D

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

Shades of Cardinal #AE133D

Tints of Cardinal #AE133D

Color information

#AE133D (or 0xAE133D) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 3D. RGB value is (174,19,61). Sum of RGB (Red+Green+Blue) = 174+19+61=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133D is #51ECC2. Grayscale: #464646. Windows color (decimal): -5369027 or 4002734. OLE color: 4002734.

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

Color convert

RGB1741961-
CMYK00.890.650.32
HSL343.74º80.31%37.84%-
HSV(B)343.74º89.08%68.24%-
XYZ18.539.85.33-
YUV70.13122.85202.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=68.50%
G=7.48%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174196100.890.650.32343.7480.3137.84
HexAE133D05941201585026
Octal256237501311014053012046
Binary10101110100111111010101100110000011000001010110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE133D; }

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

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

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

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

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

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

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

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