#AE0635

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

Shades of Cardinal #AE0635

Tints of Cardinal #AE0635

Color information

#AE0635 (or 0xAE0635) is unknown color: approx Cardinal. HEX triplet: AE, 06 and 35. RGB value is (174,6,53). Sum of RGB (Red+Green+Blue) = 174+6+53=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0635 is #51F9CA. Grayscale: #3D3D3D. Windows color (decimal): -5372363 or 3475118. OLE color: 3475118.

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

Color convert

RGB174653-
CMYK00.970.700.32
HSL343.21º93.33%35.29%-
HSV(B)343.21º96.55%68.24%-
XYZ18.169.394.22-
YUV61.59123.16208.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.68%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=74.68%
G=2.58%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17465300.970.700.32343.2193.3335.29
HexAE63506146201575d23
Octal25666501411064052713543
Binary101011101101101010110000110001101000001010101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0635; }

 p { color: rgb(174,6,53); }

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

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

 a { background-color: rgb(174,6,53); }

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

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

 span { border-color: rgb(174,6,53); }

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