Html Css Color HEX #AE1837 Cardinal

📋 copy color: '#AE1837'

red 174 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #AE1837

Tints of Cardinal #AE1837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 68.77%
G = 9.49%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE1837 (or 0xAE1837) is known color: Cardinal. HEX triplet: AE, 18 and 37. RGB value is (174,24,55). Sum of RGB (Red+Green+Blue) = 174+24+55=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1837 is #51E7C8. Grayscale: #484848. Windows color (decimal): -5367753 or 3610798. OLE color: 3610798.

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

Color convert

RGB 174 24 55 -
CMYK 0 0.86 0.68 0.32
HSL 347.6º 0.76% 0.39% -
HSV(B) 347.6º 0.86% 0.68% -
XYZ 18.47 9.93 4.56 -
YUV 72.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 174 24 55 0 0.86 0.68 0.32 347.6 0.76 0.39
Hex AE 18 37 0 56 44 20 15C 4C 27
Octal 256 30 67 0 126 104 40 534 114 47
Binary 10101110 11000 110111 0 1010110 1000100 100000 101011100 1001100 100111

Color Harmonies of #AE1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1837

Black with #AE1837

Text Example


Text Example

White with #AE1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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