Html Css Color HEX #AE2036 Cardinal

📋 copy color: '#AE2036'

red 174 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #AE2036

Tints of Cardinal #AE2036

RGB

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

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

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

R = 66.92%
G = 12.31%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE2036 (or 0xAE2036) is known color: Cardinal. HEX triplet: AE, 20 and 36. RGB value is (174,32,54). Sum of RGB (Red+Green+Blue) = 174+32+54=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2036 is #51DFC9. Grayscale: #4D4D4D. Windows color (decimal): -5365706 or 3547310. OLE color: 3547310.

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

Color convert

RGB 174 32 54 -
CMYK 0 0.82 0.69 0.32
HSL 350.7º 0.69% 0.4% -
HSV(B) 350.7º 0.82% 0.68% -
XYZ 18.64 10.3 4.5 -
YUV 76.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 174 32 54 0 0.82 0.69 0.32 350.7 0.69 0.4
Hex AE 20 36 0 52 45 20 15F 45 28
Octal 256 40 66 0 122 105 40 537 105 50
Binary 10101110 100000 110110 0 1010010 1000101 100000 101011111 1000101 101000

Color Harmonies of #AE2036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2036

Black with #AE2036

Text Example


Text Example

White with #AE2036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2036; }

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

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

background-color css

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

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

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

border-color css

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

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

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