Html Css Color HEX #AE1331 Cardinal

📋 copy color: '#AE1331'

red 174 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #AE1331

Tints of Cardinal #AE1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 71.9%
G = 7.85%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE1331 (or 0xAE1331) is known color: Cardinal. HEX triplet: AE, 13 and 31. RGB value is (174,19,49). Sum of RGB (Red+Green+Blue) = 174+19+49=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1331 is #51ECCE. Grayscale: #444444. Windows color (decimal): -5369039 or 3216302. OLE color: 3216302.

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

Color convert

RGB 174 19 49 -
CMYK 0 0.89 0.72 0.32
HSL 348.39º 0.8% 0.38% -
HSV(B) 348.39º 0.89% 0.68% -
XYZ 18.24 9.69 3.81 -
YUV 68.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 174 19 49 0 0.89 0.72 0.32 348.39 0.8 0.38
Hex AE 13 31 0 59 48 20 15C 50 26
Octal 256 23 61 0 131 110 40 534 120 46
Binary 10101110 10011 110001 0 1011001 1001000 100000 101011100 1010000 100110

Color Harmonies of #AE1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1331

Black with #AE1331

Text Example


Text Example

White with #AE1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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