#AE063B

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

Shades of Cardinal #AE063B

Tints of Cardinal #AE063B

Color information

#AE063B (or 0xAE063B) is unknown color: approx Cardinal. HEX triplet: AE, 06 and 3B. RGB value is (174,6,59). Sum of RGB (Red+Green+Blue) = 174+6+59=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE063B is #51F9C4. Grayscale: #3E3E3E. Windows color (decimal): -5372357 or 3868334. OLE color: 3868334.

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

Color convert

RGB174659-
CMYK00.970.660.32
HSL341.07º93.33%35.29%-
HSV(B)341.07º96.55%68.24%-
XYZ18.319.445-
YUV62.27126.16207.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.80%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=72.80%
G=2.51%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17465900.970.660.32341.0793.3335.29
HexAE63B06142201555d23
Octal25667301411024052513543
Binary101011101101110110110000110000101000001010101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE063B; }

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

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

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

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

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

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

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

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