#AE073A

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

Shades of Cardinal #AE073A

Tints of Cardinal #AE073A

Color information

#AE073A (or 0xAE073A) is unknown color: approx Cardinal. HEX triplet: AE, 07 and 3A. RGB value is (174,7,58). Sum of RGB (Red+Green+Blue) = 174+7+58=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE073A is #51F8C5. Grayscale: #3E3E3E. Windows color (decimal): -5372102 or 3803054. OLE color: 3803054.

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

Color convert

RGB174758-
CMYK00.960.670.32
HSL341.68º92.27%35.49%-
HSV(B)341.68º95.98%68.24%-
XYZ18.39.464.86-
YUV62.75125.33207.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.80%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=72.80%
G=2.93%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17475800.960.670.32341.6892.2735.49
HexAE73A06043201565c23
Octal25677201401034052613443
Binary101011101111110100110000010000111000001010101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE073A; }

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

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

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

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

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

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

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

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