Html Css Color HEX #AE2432 Cardinal

📋 copy color: '#AE2432'

red 174 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #AE2432

Tints of Cardinal #AE2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 66.92%
G = 13.85%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2432 (or 0xAE2432) is known color: Cardinal. HEX triplet: AE, 24 and 32. RGB value is (174,36,50). Sum of RGB (Red+Green+Blue) = 174+36+50=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2432 is #51DBCD. Grayscale: #4E4E4E. Windows color (decimal): -5364686 or 3286190. OLE color: 3286190.

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

Color convert

RGB 174 36 50 -
CMYK 0 0.79 0.71 0.32
HSL 353.91º 0.66% 0.41% -
HSV(B) 353.91º 0.79% 0.68% -
XYZ 18.66 10.49 4.06 -
YUV 78.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 174 36 50 0 0.79 0.71 0.32 353.91 0.66 0.41
Hex AE 24 32 0 4F 47 20 162 42 29
Octal 256 44 62 0 117 107 40 542 102 51
Binary 10101110 100100 110010 0 1001111 1000111 100000 101100010 1000010 101001

Color Harmonies of #AE2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2432

Black with #AE2432

Text Example


Text Example

White with #AE2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2432; }

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

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

background-color css

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

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

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

border-color css

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

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

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