Html Css Color HEX #AE2131 Cardinal

📋 copy color: '#AE2131'

red 174 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #AE2131

Tints of Cardinal #AE2131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 67.97%
G = 12.89%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE2131 (or 0xAE2131) is known color: Cardinal. HEX triplet: AE, 21 and 31. RGB value is (174,33,49). Sum of RGB (Red+Green+Blue) = 174+33+49=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2131 is #51DECE. Grayscale: #4D4D4D. Windows color (decimal): -5365455 or 3219886. OLE color: 3219886.

HSL color Cylindrical-coordinate representation of color #AE2131: hue angle of 353.19º 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 #AE2131 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 49 -
CMYK 0 0.81 0.72 0.32
HSL 353.19º 0.68% 0.41% -
HSV(B) 353.19º 0.81% 0.68% -
XYZ 18.55 10.31 3.92 -
YUV 76.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 174 33 49 0 0.81 0.72 0.32 353.19 0.68 0.41
Hex AE 21 31 0 51 48 20 161 44 29
Octal 256 41 61 0 121 110 40 541 104 51
Binary 10101110 100001 110001 0 1010001 1001000 100000 101100001 1000100 101001

Color Harmonies of #AE2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2131

Black with #AE2131

Text Example


Text Example

White with #AE2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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