Html Css Color HEX #AE2732 Cardinal

📋 copy color: '#AE2732'

red 174 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #AE2732

Tints of Cardinal #AE2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 66.16%
G = 14.83%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2732 (or 0xAE2732) is known color: Cardinal. HEX triplet: AE, 27 and 32. RGB value is (174,39,50). Sum of RGB (Red+Green+Blue) = 174+39+50=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2732 is #51D8CD. Grayscale: #505050. Windows color (decimal): -5363918 or 3286958. OLE color: 3286958.

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

Color convert

RGB 174 39 50 -
CMYK 0 0.78 0.71 0.32
HSL 355.11º 0.63% 0.42% -
HSV(B) 355.11º 0.78% 0.68% -
XYZ 18.76 10.68 4.09 -
YUV 80.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 174 39 50 0 0.78 0.71 0.32 355.11 0.63 0.42
Hex AE 27 32 0 4E 47 20 163 3F 2A
Octal 256 47 62 0 116 107 40 543 77 52
Binary 10101110 100111 110010 0 1001110 1000111 100000 101100011 111111 101010

Color Harmonies of #AE2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2732

Black with #AE2732

Text Example


Text Example

White with #AE2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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