Html Css Color HEX #AE2132 Cardinal

📋 copy color: '#AE2132'

red 174 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #AE2132

Tints of Cardinal #AE2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 67.7%
G = 12.84%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2132 (or 0xAE2132) is known color: Cardinal. HEX triplet: AE, 21 and 32. RGB value is (174,33,50). Sum of RGB (Red+Green+Blue) = 174+33+50=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2132 is #51DECD. Grayscale: #4D4D4D. Windows color (decimal): -5365454 or 3285422. OLE color: 3285422.

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

Color convert

RGB 174 33 50 -
CMYK 0 0.81 0.71 0.32
HSL 352.77º 0.68% 0.41% -
HSV(B) 352.77º 0.81% 0.68% -
XYZ 18.58 10.32 4.03 -
YUV 77.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 174 33 50 0 0.81 0.71 0.32 352.77 0.68 0.41
Hex AE 21 32 0 51 47 20 161 44 29
Octal 256 41 62 0 121 107 40 541 104 51
Binary 10101110 100001 110010 0 1010001 1000111 100000 101100001 1000100 101001

Color Harmonies of #AE2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2132

Black with #AE2132

Text Example


Text Example

White with #AE2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2132; }

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

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

background-color css

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

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

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

border-color css

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

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

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