Html Css Color HEX #AE2032 Cardinal

📋 copy color: '#AE2032'

red 174 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #AE2032

Tints of Cardinal #AE2032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 67.97%
G = 12.5%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2032 (or 0xAE2032) is known color: Cardinal. HEX triplet: AE, 20 and 32. RGB value is (174,32,50). Sum of RGB (Red+Green+Blue) = 174+32+50=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2032 is #51DFCD. Grayscale: #4C4C4C. Windows color (decimal): -5365710 or 3285166. OLE color: 3285166.

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

Color convert

RGB 174 32 50 -
CMYK 0 0.82 0.71 0.32
HSL 352.39º 0.69% 0.4% -
HSV(B) 352.39º 0.82% 0.68% -
XYZ 18.55 10.26 4.02 -
YUV 76.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 174 32 50 0 0.82 0.71 0.32 352.39 0.69 0.4
Hex AE 20 32 0 52 47 20 160 45 28
Octal 256 40 62 0 122 107 40 540 105 50
Binary 10101110 100000 110010 0 1010010 1000111 100000 101100000 1000101 101000

Color Harmonies of #AE2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2032

Black with #AE2032

Text Example


Text Example

White with #AE2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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