Html Css Color HEX #AE1829 Cardinal

📋 copy color: '#AE1829'

red 174 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #AE1829

Tints of Cardinal #AE1829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 72.8%
G = 10.04%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE1829 (or 0xAE1829) is known color: Cardinal. HEX triplet: AE, 18 and 29. RGB value is (174,24,41). Sum of RGB (Red+Green+Blue) = 174+24+41=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1829 is #51E7D6. Grayscale: #464646. Windows color (decimal): -5367767 or 2693294. OLE color: 2693294.

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

Color convert

RGB 174 24 41 -
CMYK 0 0.86 0.76 0.32
HSL 353.2º 0.76% 0.39% -
HSV(B) 353.2º 0.86% 0.68% -
XYZ 18.18 9.81 3.03 -
YUV 70.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 174 24 41 0 0.86 0.76 0.32 353.2 0.76 0.39
Hex AE 18 29 0 56 4C 20 161 4C 27
Octal 256 30 51 0 126 114 40 541 114 47
Binary 10101110 11000 101001 0 1010110 1001100 100000 101100001 1001100 100111

Color Harmonies of #AE1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1829

Black with #AE1829

Text Example


Text Example

White with #AE1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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