#AE073B

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

Shades of Cardinal #AE073B

Tints of Cardinal #AE073B

Color information

#AE073B (or 0xAE073B) is unknown color: approx Cardinal. HEX triplet: AE, 07 and 3B. RGB value is (174,7,59). Sum of RGB (Red+Green+Blue) = 174+7+59=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE073B is #51F8C4. Grayscale: #3E3E3E. Windows color (decimal): -5372101 or 3868590. OLE color: 3868590.

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

Color convert

RGB174759-
CMYK00.960.660.32
HSL341.32º92.27%35.49%-
HSV(B)341.32º95.98%68.24%-
XYZ18.329.475-
YUV62.86125.83207.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=72.5%
G=2.92%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17475900.960.660.32341.3292.2735.49
HexAE73B06042201555c23
Octal25677301401024052513443
Binary101011101111110110110000010000101000001010101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE073B; }

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

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

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

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

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

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

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

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