Html Css Color HEX #AE153E Cardinal

📋 copy color: '#AE153E'

red 174 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #AE153E

Tints of Cardinal #AE153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 67.7%
G = 8.17%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE153E (or 0xAE153E) is known color: Cardinal. HEX triplet: AE, 15 and 3E. RGB value is (174,21,62). Sum of RGB (Red+Green+Blue) = 174+21+62=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE153E is #51EAC1. Grayscale: #474747. Windows color (decimal): -5368514 or 4068782. OLE color: 4068782.

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

Color convert

RGB 174 21 62 -
CMYK 0 0.88 0.64 0.32
HSL 343.92º 0.78% 0.38% -
HSV(B) 343.92º 0.88% 0.68% -
XYZ 18.59 9.88 5.49 -
YUV 71.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 174 21 62 0 0.88 0.64 0.32 343.92 0.78 0.38
Hex AE 15 3E 0 58 40 20 158 4E 26
Octal 256 25 76 0 130 100 40 530 116 46
Binary 10101110 10101 111110 0 1011000 1000000 100000 101011000 1001110 100110

Color Harmonies of #AE153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE153E

Black with #AE153E

Text Example


Text Example

White with #AE153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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