Html Css Color HEX #AE1442 Cardinal

📋 copy color: '#AE1442'

red 174 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #AE1442

Tints of Cardinal #AE1442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 66.92%
G = 7.69%
B = 25.38%

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

#AE1442 (or 0xAE1442) is known color: Cardinal. HEX triplet: AE, 14 and 42. RGB value is (174,20,66). Sum of RGB (Red+Green+Blue) = 174+20+66=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1442 is #51EBBD. Grayscale: #474747. Windows color (decimal): -5368766 or 4330670. OLE color: 4330670.

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

Color convert

RGB 174 20 66 -
CMYK 0 0.89 0.62 0.32
HSL 342.08º 0.79% 0.38% -
HSV(B) 342.08º 0.89% 0.68% -
XYZ 18.69 9.89 6.08 -
YUV 71.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 174 20 66 0 0.89 0.62 0.32 342.08 0.79 0.38
Hex AE 14 42 0 59 3E 20 156 4F 26
Octal 256 24 102 0 131 76 40 526 117 46
Binary 10101110 10100 1000010 0 1011001 111110 100000 101010110 1001111 100110

Color Harmonies of #AE1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1442

Black with #AE1442

Text Example


Text Example

White with #AE1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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