#AE003B

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

Shades of Cardinal #AE003B

Tints of Cardinal #AE003B

Color information

#AE003B (or 0xAE003B) is unknown color: approx Cardinal. HEX triplet: AE, 00 and 3B. RGB value is (174,0,59). Sum of RGB (Red+Green+Blue) = 174+0+59=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE003B is #51FFC4. Grayscale: #3A3A3A. Windows color (decimal): -5373893 or 3866798. OLE color: 3866798.

HSL color Cylindrical-coordinate representation of color #AE003B: hue angle of 339.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE003B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB174059-
CMYK010.660.32
HSL339.66º100%34.12%-
HSV(B)339.66º100%68.24%-
XYZ18.249.314.97-
YUV58.75128.15210.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=74.68%
G=0%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174059010.660.32339.6610034.12
HexAE03B06442201546422
Octal25607301441024052414442
Binary1010111001110110110010010000101000001010101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE003B; }

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

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

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

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

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

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

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

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