Html Css Color HEX #AE1546 Cardinal

📋 copy color: '#AE1546'

red 174 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #AE1546

Tints of Cardinal #AE1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 65.66%
G = 7.92%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1546 (or 0xAE1546) is known color: Cardinal. HEX triplet: AE, 15 and 46. RGB value is (174,21,70). Sum of RGB (Red+Green+Blue) = 174+21+70=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1546 is #51EAB9. Grayscale: #484848. Windows color (decimal): -5368506 or 4593070. OLE color: 4593070.

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

Color convert

RGB 174 21 70 -
CMYK 0 0.88 0.60 0.32
HSL 340.78º 0.78% 0.38% -
HSV(B) 340.78º 0.88% 0.68% -
XYZ 18.83 9.98 6.73 -
YUV 72.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 174 21 70 0 0.88 0.60 0.32 340.78 0.78 0.38
Hex AE 15 46 0 58 3C 20 155 4E 26
Octal 256 25 106 0 130 74 40 525 116 46
Binary 10101110 10101 1000110 0 1011000 111100 100000 101010101 1001110 100110

Color Harmonies of #AE1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1546

Black with #AE1546

Text Example


Text Example

White with #AE1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1546; }

 p { color: rgb(174,21,70); }

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

background-color css

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

 a { background-color: rgb(174,21,70); }

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

border-color css

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

 span { border-color: rgb(174,21,70); }

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