Html Css Color HEX #AE1636 Cardinal

📋 copy color: '#AE1636'

red 174 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #AE1636

Tints of Cardinal #AE1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 69.6%
G = 8.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE1636 (or 0xAE1636) is known color: Cardinal. HEX triplet: AE, 16 and 36. RGB value is (174,22,54). Sum of RGB (Red+Green+Blue) = 174+22+54=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1636 is #51E9C9. Grayscale: #474747. Windows color (decimal): -5368266 or 3544750. OLE color: 3544750.

HSL color Cylindrical-coordinate representation of color #AE1636: hue angle of 347.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1636 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 22 54 -
CMYK 0 0.87 0.69 0.32
HSL 347.37º 0.78% 0.38% -
HSV(B) 347.37º 0.87% 0.68% -
XYZ 18.41 9.84 4.42 -
YUV 71.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 174 22 54 0 0.87 0.69 0.32 347.37 0.78 0.38
Hex AE 16 36 0 57 45 20 15B 4E 26
Octal 256 26 66 0 127 105 40 533 116 46
Binary 10101110 10110 110110 0 1010111 1000101 100000 101011011 1001110 100110

Color Harmonies of #AE1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1636

Black with #AE1636

Text Example


Text Example

White with #AE1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1636; }

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

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

background-color css

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

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

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

border-color css

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

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

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