Html Css Color HEX #AE2231 Cardinal

📋 copy color: '#AE2231'

red 174 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #AE2231

Tints of Cardinal #AE2231

RGB

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

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

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

R = 67.7%
G = 13.23%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE2231 (or 0xAE2231) is known color: Cardinal. HEX triplet: AE, 22 and 31. RGB value is (174,34,49). Sum of RGB (Red+Green+Blue) = 174+34+49=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2231 is #51DDCE. Grayscale: #4D4D4D. Windows color (decimal): -5365199 or 3220142. OLE color: 3220142.

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

Color convert

RGB 174 34 49 -
CMYK 0 0.80 0.72 0.32
HSL 353.57º 0.67% 0.41% -
HSV(B) 353.57º 0.8% 0.68% -
XYZ 18.58 10.36 3.93 -
YUV 77.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 174 34 49 0 0.80 0.72 0.32 353.57 0.67 0.41
Hex AE 22 31 0 50 48 20 162 43 29
Octal 256 42 61 0 120 110 40 542 103 51
Binary 10101110 100010 110001 0 1010000 1001000 100000 101100010 1000011 101001

Color Harmonies of #AE2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2231

Black with #AE2231

Text Example


Text Example

White with #AE2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2231; }

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

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

background-color css

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

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

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

border-color css

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

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

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