Html Css Color HEX #AE2039 Cardinal

📋 copy color: '#AE2039'

red 174 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #AE2039

Tints of Cardinal #AE2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 66.16%
G = 12.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE2039 (or 0xAE2039) is known color: Cardinal. HEX triplet: AE, 20 and 39. RGB value is (174,32,57). Sum of RGB (Red+Green+Blue) = 174+32+57=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2039 is #51DFC6. Grayscale: #4D4D4D. Windows color (decimal): -5365703 or 3743918. OLE color: 3743918.

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

Color convert

RGB 174 32 57 -
CMYK 0 0.82 0.67 0.32
HSL 349.44º 0.69% 0.4% -
HSV(B) 349.44º 0.82% 0.68% -
XYZ 18.71 10.33 4.88 -
YUV 77.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 174 32 57 0 0.82 0.67 0.32 349.44 0.69 0.4
Hex AE 20 39 0 52 43 20 15D 45 28
Octal 256 40 71 0 122 103 40 535 105 50
Binary 10101110 100000 111001 0 1010010 1000011 100000 101011101 1000101 101000

Color Harmonies of #AE2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2039

Black with #AE2039

Text Example


Text Example

White with #AE2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2039; }

 p { color: rgb(174,32,57); }

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

background-color css

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

 a { background-color: rgb(174,32,57); }

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

border-color css

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

 span { border-color: rgb(174,32,57); }

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