Html Css Color HEX #AE1836 Cardinal

📋 copy color: '#AE1836'

red 174 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #AE1836

Tints of Cardinal #AE1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 69.05%
G = 9.52%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE1836 (or 0xAE1836) is known color: Cardinal. HEX triplet: AE, 18 and 36. RGB value is (174,24,54). Sum of RGB (Red+Green+Blue) = 174+24+54=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1836 is #51E7C9. Grayscale: #484848. Windows color (decimal): -5367754 or 3545262. OLE color: 3545262.

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

Color convert

RGB 174 24 54 -
CMYK 0 0.86 0.69 0.32
HSL 348º 0.76% 0.39% -
HSV(B) 348º 0.86% 0.68% -
XYZ 18.45 9.92 4.43 -
YUV 72.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 174 24 54 0 0.86 0.69 0.32 348 0.76 0.39
Hex AE 18 36 0 56 45 20 15C 4C 27
Octal 256 30 66 0 126 105 40 534 114 47
Binary 10101110 11000 110110 0 1010110 1000101 100000 101011100 1001100 100111

Color Harmonies of #AE1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1836

Black with #AE1836

Text Example


Text Example

White with #AE1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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