Html Css Color HEX #AE2232 Cardinal

📋 copy color: '#AE2232'

red 174 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #AE2232

Tints of Cardinal #AE2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

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

R = 67.44%
G = 13.18%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2232 (or 0xAE2232) is known color: Cardinal. HEX triplet: AE, 22 and 32. RGB value is (174,34,50). Sum of RGB (Red+Green+Blue) = 174+34+50=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2232 is #51DDCD. Grayscale: #4D4D4D. Windows color (decimal): -5365198 or 3285678. OLE color: 3285678.

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

Color convert

RGB 174 34 50 -
CMYK 0 0.80 0.71 0.32
HSL 353.14º 0.67% 0.41% -
HSV(B) 353.14º 0.8% 0.68% -
XYZ 18.6 10.37 4.04 -
YUV 77.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 174 34 50 0 0.80 0.71 0.32 353.14 0.67 0.41
Hex AE 22 32 0 50 47 20 161 43 29
Octal 256 42 62 0 120 107 40 541 103 51
Binary 10101110 100010 110010 0 1010000 1000111 100000 101100001 1000011 101001

Color Harmonies of #AE2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2232

Black with #AE2232

Text Example


Text Example

White with #AE2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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