Html Css Color HEX #AE2043 Cardinal

📋 copy color: '#AE2043'

red 174 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #AE2043

Tints of Cardinal #AE2043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 63.74%
G = 11.72%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE2043 (or 0xAE2043) is known color: Cardinal. HEX triplet: AE, 20 and 43. RGB value is (174,32,67). Sum of RGB (Red+Green+Blue) = 174+32+67=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2043 is #51DFBC. Grayscale: #4E4E4E. Windows color (decimal): -5365693 or 4399278. OLE color: 4399278.

HSL color Cylindrical-coordinate representation of color #AE2043: hue angle of 345.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2043 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 67 -
CMYK 0 0.82 0.61 0.32
HSL 345.21º 0.69% 0.4% -
HSV(B) 345.21º 0.82% 0.68% -
XYZ 18.99 10.44 6.32 -
YUV 78.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 174 32 67 0 0.82 0.61 0.32 345.21 0.69 0.4
Hex AE 20 43 0 52 3D 20 159 45 28
Octal 256 40 103 0 122 75 40 531 105 50
Binary 10101110 100000 1000011 0 1010010 111101 100000 101011001 1000101 101000

Color Harmonies of #AE2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2043

Black with #AE2043

Text Example


Text Example

White with #AE2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2043; }

 p { color: rgb(174,32,67); }

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

background-color css

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

 a { background-color: rgb(174,32,67); }

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

border-color css

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

 span { border-color: rgb(174,32,67); }

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