Html Css Color HEX #AE1834 Cardinal

📋 copy color: '#AE1834'

red 174 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #AE1834

Tints of Cardinal #AE1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 69.6%
G = 9.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE1834 (or 0xAE1834) is known color: Cardinal. HEX triplet: AE, 18 and 34. RGB value is (174,24,52). Sum of RGB (Red+Green+Blue) = 174+24+52=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1834 is #51E7CB. Grayscale: #484848. Windows color (decimal): -5367756 or 3414190. OLE color: 3414190.

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

Color convert

RGB 174 24 52 -
CMYK 0 0.86 0.70 0.32
HSL 348.8º 0.76% 0.39% -
HSV(B) 348.8º 0.86% 0.68% -
XYZ 18.4 9.9 4.19 -
YUV 72.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 174 24 52 0 0.86 0.70 0.32 348.8 0.76 0.39
Hex AE 18 34 0 56 46 20 15D 4C 27
Octal 256 30 64 0 126 106 40 535 114 47
Binary 10101110 11000 110100 0 1010110 1000110 100000 101011101 1001100 100111

Color Harmonies of #AE1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1834

Black with #AE1834

Text Example


Text Example

White with #AE1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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