Html Css Color HEX #AE1346 Cardinal

📋 copy color: '#AE1346'

red 174 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #AE1346

Tints of Cardinal #AE1346

RGB

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

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

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

R = 66.16%
G = 7.22%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1346 (or 0xAE1346) is known color: Cardinal. HEX triplet: AE, 13 and 46. RGB value is (174,19,70). Sum of RGB (Red+Green+Blue) = 174+19+70=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1346 is #51ECB9. Grayscale: #474747. Windows color (decimal): -5369018 or 4592558. OLE color: 4592558.

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

Color convert

RGB 174 19 70 -
CMYK 0 0.89 0.60 0.32
HSL 340.26º 0.8% 0.38% -
HSV(B) 340.26º 0.89% 0.68% -
XYZ 18.79 9.91 6.72 -
YUV 71.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 174 19 70 0 0.89 0.60 0.32 340.26 0.8 0.38
Hex AE 13 46 0 59 3C 20 154 50 26
Octal 256 23 106 0 131 74 40 524 120 46
Binary 10101110 10011 1000110 0 1011001 111100 100000 101010100 1010000 100110

Color Harmonies of #AE1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1346

Black with #AE1346

Text Example


Text Example

White with #AE1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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