#AE1F2F

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

Shades of Cardinal #AE1F2F

Tints of Cardinal #AE1F2F

Color information

#AE1F2F (or 0xAE1F2F) is unknown color: approx Cardinal. HEX triplet: AE, 1F and 2F. RGB value is (174,31,47). Sum of RGB (Red+Green+Blue) = 174+31+47=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1F2F is #51E0D0. Grayscale: #4B4B4B. Windows color (decimal): -5365969 or 3088302. OLE color: 3088302.

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

Color convert

RGB1743147-
CMYK00.820.730.32
HSL353.29º69.76%40.2%-
HSV(B)353.29º82.18%68.24%-
XYZ18.4610.183.68-
YUV75.58111.88198.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.05%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=69.05%
G=12.30%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174314700.820.730.32353.2969.7640.2
HexAE1F2F05249201614628
Octal256375701221114054110650
Binary10101110111111011110101001010010011000001011000011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1F2F; }

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

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

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

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

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

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

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

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