Html Css Color HEX #AE1842 Cardinal

📋 copy color: '#AE1842'

red 174 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #AE1842

Tints of Cardinal #AE1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

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

R = 65.91%
G = 9.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE1842 (or 0xAE1842) is known color: Cardinal. HEX triplet: AE, 18 and 42. RGB value is (174,24,66). Sum of RGB (Red+Green+Blue) = 174+24+66=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1842 is #51E7BD. Grayscale: #494949. Windows color (decimal): -5367742 or 4331694. OLE color: 4331694.

HSL color Cylindrical-coordinate representation of color #AE1842: hue angle of 343.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1842 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 66 -
CMYK 0 0.86 0.62 0.32
HSL 343.2º 0.76% 0.39% -
HSV(B) 343.2º 0.86% 0.68% -
XYZ 18.77 10.05 6.1 -
YUV 73.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 174 24 66 0 0.86 0.62 0.32 343.2 0.76 0.39
Hex AE 18 42 0 56 3E 20 157 4C 27
Octal 256 30 102 0 126 76 40 527 114 47
Binary 10101110 11000 1000010 0 1010110 111110 100000 101010111 1001100 100111

Color Harmonies of #AE1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1842

Black with #AE1842

Text Example


Text Example

White with #AE1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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