Html Css Color HEX #AE152C Cardinal

📋 copy color: '#AE152C'

red 174 ◦ green 21 ◦ blue 44

#AE152C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AE152C

Tints of Cardinal #AE152C

RGB

 RED value IS 174 (68.36% from 255) = 72.8%

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 72.8%
G = 8.79%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE152C (or 0xAE152C) is known color: Cardinal. HEX triplet: AE, 15 and 2C. RGB value is (174,21,44). Sum of RGB (Red+Green+Blue) = 174+21+44=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE152C is #51EAD3. Grayscale: #454545. Windows color (decimal): -5368532 or 2889134. OLE color: 2889134.

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

Color convert

RGB 174 21 44 -
CMYK 0 0.88 0.75 0.32
HSL 350.98º 0.78% 0.38% -
HSV(B) 350.98º 0.88% 0.68% -
XYZ 18.18 9.72 3.3 -
YUV 69.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 174 21 44 0 0.88 0.75 0.32 350.98 0.78 0.38
Hex AE 15 2C 0 58 4B 20 15F 4E 26
Octal 256 25 54 0 130 113 40 537 116 46
Binary 10101110 10101 101100 0 1011000 1001011 100000 101011111 1001110 100110

Color Harmonies of #AE152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE152C

Black with #AE152C

Text Example


Text Example

White with #AE152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE152C; }

 p { color: rgb(174,21,44); }

 H1.HeaderClassName
 {
   color: #AE152C;
 }
 .AnyTagClassName
 {
   color: #AE152C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,21,44); }

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

border-color css

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

 span { border-color: rgb(174,21,44); }

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