Html Css Color HEX #AE1528 Cardinal

📋 copy color: '#AE1528'

red 174 ◦ green 21 ◦ blue 40

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

Shades of Cardinal #AE1528

Tints of Cardinal #AE1528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 74.04%
G = 8.94%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE1528 (or 0xAE1528) is known color: Cardinal. HEX triplet: AE, 15 and 28. RGB value is (174,21,40). Sum of RGB (Red+Green+Blue) = 174+21+40=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1528 is #51EAD7. Grayscale: #444444. Windows color (decimal): -5368536 or 2626990. OLE color: 2626990.

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

Color convert

RGB 174 21 40 -
CMYK 0 0.88 0.77 0.32
HSL 352.55º 0.78% 0.38% -
HSV(B) 352.55º 0.88% 0.68% -
XYZ 18.11 9.69 2.92 -
YUV 68.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 174 21 40 0 0.88 0.77 0.32 352.55 0.78 0.38
Hex AE 15 28 0 58 4D 20 161 4E 26
Octal 256 25 50 0 130 115 40 541 116 46
Binary 10101110 10101 101000 0 1011000 1001101 100000 101100001 1001110 100110

Color Harmonies of #AE1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1528

Black with #AE1528

Text Example


Text Example

White with #AE1528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1528; }

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

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

background-color css

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

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

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

border-color css

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

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

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