#AE093A

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

Shades of Cardinal #AE093A

Tints of Cardinal #AE093A

Color information

#AE093A (or 0xAE093A) is unknown color: approx Cardinal. HEX triplet: AE, 09 and 3A. RGB value is (174,9,58). Sum of RGB (Red+Green+Blue) = 174+9+58=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE093A is #51F6C5. Grayscale: #3F3F3F. Windows color (decimal): -5371590 or 3803566. OLE color: 3803566.

HSL color Cylindrical-coordinate representation of color #AE093A: hue angle of 342.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE093A is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB174958-
CMYK00.950.670.32
HSL342.18º90.16%35.88%-
HSV(B)342.18º94.83%68.24%-
XYZ18.329.54.87-
YUV63.92124.66206.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=72.20%
G=3.73%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17495800.950.670.32342.1890.1635.88
HexAE93A05F43201565a24
Octal256117201371034052613244
Binary1010111010011110100101111110000111000001010101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE093A; }

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

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

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

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

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

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

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

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