Html Css Color HEX #AE1342 Cardinal

📋 copy color: '#AE1342'

red 174 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #AE1342

Tints of Cardinal #AE1342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 67.18%
G = 7.34%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE1342 (or 0xAE1342) is known color: Cardinal. HEX triplet: AE, 13 and 42. RGB value is (174,19,66). Sum of RGB (Red+Green+Blue) = 174+19+66=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1342 is #51ECBD. Grayscale: #464646. Windows color (decimal): -5369022 or 4330414. OLE color: 4330414.

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

Color convert

RGB 174 19 66 -
CMYK 0 0.89 0.62 0.32
HSL 341.81º 0.8% 0.38% -
HSV(B) 341.81º 0.89% 0.68% -
XYZ 18.67 9.86 6.07 -
YUV 70.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 174 19 66 0 0.89 0.62 0.32 341.81 0.8 0.38
Hex AE 13 42 0 59 3E 20 156 50 26
Octal 256 23 102 0 131 76 40 526 120 46
Binary 10101110 10011 1000010 0 1011001 111110 100000 101010110 1010000 100110

Color Harmonies of #AE1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1342

Black with #AE1342

Text Example


Text Example

White with #AE1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1342; }

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

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

background-color css

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

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

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

border-color css

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

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

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