#AE1F3A

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

Shades of Cardinal #AE1F3A

Tints of Cardinal #AE1F3A

Color information

#AE1F3A (or 0xAE1F3A) is unknown color: approx Cardinal. HEX triplet: AE, 1F and 3A. RGB value is (174,31,58). Sum of RGB (Red+Green+Blue) = 174+31+58=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1F3A is #51E0C5. Grayscale: #4C4C4C. Windows color (decimal): -5365958 or 3809198. OLE color: 3809198.

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

Color convert

RGB1743158-
CMYK00.820.670.32
HSL348.67º69.76%40.2%-
HSV(B)348.67º82.18%68.24%-
XYZ18.7110.285-
YUV76.83117.38197.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=66.16%
G=11.79%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174315800.820.670.32348.6769.7640.2
HexAE1F3A052432015d4628
Octal256377201221034053510650
Binary10101110111111110100101001010000111000001010111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1F3A; }

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

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

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

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

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

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

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

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