Html Css Color HEX #AE1732 Cardinal

📋 copy color: '#AE1732'

red 174 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #AE1732

Tints of Cardinal #AE1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

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

R = 70.45%
G = 9.31%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE1732 (or 0xAE1732) is known color: Cardinal. HEX triplet: AE, 17 and 32. RGB value is (174,23,50). Sum of RGB (Red+Green+Blue) = 174+23+50=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1732 is #51E8CD. Grayscale: #474747. Windows color (decimal): -5368014 or 3282862. OLE color: 3282862.

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

Color convert

RGB 174 23 50 -
CMYK 0 0.87 0.71 0.32
HSL 349.27º 0.77% 0.39% -
HSV(B) 349.27º 0.87% 0.68% -
XYZ 18.34 9.84 3.95 -
YUV 71.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 174 23 50 0 0.87 0.71 0.32 349.27 0.77 0.39
Hex AE 17 32 0 57 47 20 15D 4D 27
Octal 256 27 62 0 127 107 40 535 115 47
Binary 10101110 10111 110010 0 1010111 1000111 100000 101011101 1001101 100111

Color Harmonies of #AE1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1732

Black with #AE1732

Text Example


Text Example

White with #AE1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1732; }

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

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

background-color css

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

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

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

border-color css

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

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

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