#AE1326

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

Shades of Cardinal #AE1326

Tints of Cardinal #AE1326

Color information

#AE1326 (or 0xAE1326) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 26. RGB value is (174,19,38). Sum of RGB (Red+Green+Blue) = 174+19+38=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1326 is #51ECD9. Grayscale: #434343. Windows color (decimal): -5369050 or 2495406. OLE color: 2495406.

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

Color convert

RGB1741938-
CMYK00.890.780.32
HSL352.65º80.31%37.84%-
HSV(B)352.65º89.08%68.24%-
XYZ18.049.62.74-
YUV67.51111.35203.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=75.32%
G=8.23%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174193800.890.780.32352.6580.3137.84
HexAE13260594E201615026
Octal256234601311164054112046
Binary10101110100111001100101100110011101000001011000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1326; }

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

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

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

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

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

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

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

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