#AE1D43

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

Shades of Cardinal #AE1D43

Tints of Cardinal #AE1D43

Color information

#AE1D43 (or 0xAE1D43) is unknown color: approx Cardinal. HEX triplet: AE, 1D and 43. RGB value is (174,29,67). Sum of RGB (Red+Green+Blue) = 174+29+67=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1D43 is #51E2BC. Grayscale: #4C4C4C. Windows color (decimal): -5366461 or 4398510. OLE color: 4398510.

HSL color Cylindrical-coordinate representation of color #AE1D43: hue angle of 344.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D43 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1742967-
CMYK00.830.610.32
HSL344.28º71.43%39.8%-
HSV(B)344.28º83.33%68.24%-
XYZ18.9110.286.3-
YUV76.69122.54197.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=64.44%
G=10.74%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174296700.830.610.32344.2871.4339.8
HexAE1D430533D201584728
Octal256351030123754053010750
Binary10101110111011000011010100111111011000001010110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D43; }

 p { color: rgb(174,29,67); }

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

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

 a { background-color: rgb(174,29,67); }

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

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

 span { border-color: rgb(174,29,67); }

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