Html Css Color HEX #AE1828 Cardinal

📋 copy color: '#AE1828'

red 174 ◦ green 24 ◦ blue 40

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

Shades of Cardinal #AE1828

Tints of Cardinal #AE1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

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

R = 73.11%
G = 10.08%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE1828 (or 0xAE1828) is known color: Cardinal. HEX triplet: AE, 18 and 28. RGB value is (174,24,40). Sum of RGB (Red+Green+Blue) = 174+24+40=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1828 is #51E7D7. Grayscale: #464646. Windows color (decimal): -5367768 or 2627758. OLE color: 2627758.

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

Color convert

RGB 174 24 40 -
CMYK 0 0.86 0.77 0.32
HSL 353.6º 0.76% 0.39% -
HSV(B) 353.6º 0.86% 0.68% -
XYZ 18.17 9.81 2.94 -
YUV 70.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 174 24 40 0 0.86 0.77 0.32 353.6 0.76 0.39
Hex AE 18 28 0 56 4D 20 162 4C 27
Octal 256 30 50 0 126 115 40 542 114 47
Binary 10101110 11000 101000 0 1010110 1001101 100000 101100010 1001100 100111

Color Harmonies of #AE1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1828

Black with #AE1828

Text Example


Text Example

White with #AE1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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