#AE232D

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

Shades of Cardinal #AE232D

Tints of Cardinal #AE232D

Color information

#AE232D (or 0xAE232D) is unknown color: approx Cardinal. HEX triplet: AE, 23 and 2D. RGB value is (174,35,45). Sum of RGB (Red+Green+Blue) = 174+35+45=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232D is #51DCD2. Grayscale: #4D4D4D. Windows color (decimal): -5364947 or 2958254. OLE color: 2958254.

HSL color Cylindrical-coordinate representation of color #AE232D: hue angle of 355.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE232D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1743545-
CMYK00.800.740.32
HSL355.68º66.51%40.98%-
HSV(B)355.68º79.89%68.24%-
XYZ18.5310.393.51-
YUV77.7109.55196.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=68.50%
G=13.78%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174354500.800.740.32355.6866.5140.98
HexAE232D0504A201644329
Octal256435501201124054410351
Binary101011101000111011010101000010010101000001011001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE232D; }

 p { color: rgb(174,35,45); }

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

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

 a { background-color: rgb(174,35,45); }

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

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

 span { border-color: rgb(174,35,45); }

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