Html Css Color HEX #AE2631 Cardinal

📋 copy color: '#AE2631'

red 174 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #AE2631

Tints of Cardinal #AE2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 66.67%
G = 14.56%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE2631 (or 0xAE2631) is known color: Cardinal. HEX triplet: AE, 26 and 31. RGB value is (174,38,49). Sum of RGB (Red+Green+Blue) = 174+38+49=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2631 is #51D9CE. Grayscale: #505050. Windows color (decimal): -5364175 or 3221166. OLE color: 3221166.

HSL color Cylindrical-coordinate representation of color #AE2631: hue angle of 355.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2631 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 49 -
CMYK 0 0.78 0.72 0.32
HSL 355.15º 0.64% 0.42% -
HSV(B) 355.15º 0.78% 0.68% -
XYZ 18.7 10.61 3.97 -
YUV 79.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 174 38 49 0 0.78 0.72 0.32 355.15 0.64 0.42
Hex AE 26 31 0 4E 48 20 163 40 2A
Octal 256 46 61 0 116 110 40 543 100 52
Binary 10101110 100110 110001 0 1001110 1001000 100000 101100011 1000000 101010

Color Harmonies of #AE2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2631

Black with #AE2631

Text Example


Text Example

White with #AE2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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