#AE203D

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

Shades of Cardinal #AE203D

Tints of Cardinal #AE203D

Color information

#AE203D (or 0xAE203D) is unknown color: approx Cardinal. HEX triplet: AE, 20 and 3D. RGB value is (174,32,61). Sum of RGB (Red+Green+Blue) = 174+32+61=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE203D is #51DFC2. Grayscale: #4D4D4D. Windows color (decimal): -5365699 or 4006062. OLE color: 4006062.

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

Color convert

RGB1743261-
CMYK00.820.650.32
HSL347.75º68.93%40.39%-
HSV(B)347.75º81.61%68.24%-
XYZ18.8110.375.42-
YUV77.76118.54196.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=65.17%
G=11.99%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174326100.820.650.32347.7568.9340.39
HexAE203D052412015c4528
Octal256407501221014053410550
Binary101011101000001111010101001010000011000001010111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE203D; }

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

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

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

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

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

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

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

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