#AE1B2B

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

Shades of Cardinal #AE1B2B

Tints of Cardinal #AE1B2B

Color information

#AE1B2B (or 0xAE1B2B) is unknown color: approx Cardinal. HEX triplet: AE, 1B and 2B. RGB value is (174,27,43). Sum of RGB (Red+Green+Blue) = 174+27+43=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B2B is #51E4D4. Grayscale: #484848. Windows color (decimal): -5366997 or 2825134. OLE color: 2825134.

HSL color Cylindrical-coordinate representation of color #AE1B2B: hue angle of 353.47º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1B2B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1742743-
CMYK00.840.750.32
HSL353.47º73.13%39.41%-
HSV(B)353.47º84.48%68.24%-
XYZ18.289.963.24-
YUV72.78111.2200.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.31%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=71.31%
G=11.07%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174274300.840.750.32353.4773.1339.41
HexAE1B2B0544B201614927
Octal256335301241134054111147
Binary10101110110111010110101010010010111000001011000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B2B; }

 p { color: rgb(174,27,43); }

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

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

 a { background-color: rgb(174,27,43); }

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

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

 span { border-color: rgb(174,27,43); }

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