Html Css Color HEX #AE152E Cardinal

📋 copy color: '#AE152E'

red 174 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #AE152E

Tints of Cardinal #AE152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 72.2%
G = 8.71%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE152E (or 0xAE152E) is known color: Cardinal. HEX triplet: AE, 15 and 2E. RGB value is (174,21,46). Sum of RGB (Red+Green+Blue) = 174+21+46=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE152E is #51EAD1. Grayscale: #454545. Windows color (decimal): -5368530 or 3020206. OLE color: 3020206.

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

Color convert

RGB 174 21 46 -
CMYK 0 0.88 0.74 0.32
HSL 350.2º 0.78% 0.38% -
HSV(B) 350.2º 0.88% 0.68% -
XYZ 18.22 9.73 3.5 -
YUV 69.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 174 21 46 0 0.88 0.74 0.32 350.2 0.78 0.38
Hex AE 15 2E 0 58 4A 20 15E 4E 26
Octal 256 25 56 0 130 112 40 536 116 46
Binary 10101110 10101 101110 0 1011000 1001010 100000 101011110 1001110 100110

Color Harmonies of #AE152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE152E

Black with #AE152E

Text Example


Text Example

White with #AE152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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