Html Css Color HEX #AE2041 Cardinal

📋 copy color: '#AE2041'

red 174 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #AE2041

Tints of Cardinal #AE2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 64.21%
G = 11.81%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE2041 (or 0xAE2041) is known color: Cardinal. HEX triplet: AE, 20 and 41. RGB value is (174,32,65). Sum of RGB (Red+Green+Blue) = 174+32+65=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2041 is #51DFBE. Grayscale: #4E4E4E. Windows color (decimal): -5365695 or 4268206. OLE color: 4268206.

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

Color convert

RGB 174 32 65 -
CMYK 0 0.82 0.63 0.32
HSL 346.06º 0.69% 0.4% -
HSV(B) 346.06º 0.82% 0.68% -
XYZ 18.93 10.41 6.01 -
YUV 78.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 174 32 65 0 0.82 0.63 0.32 346.06 0.69 0.4
Hex AE 20 41 0 52 3F 20 15A 45 28
Octal 256 40 101 0 122 77 40 532 105 50
Binary 10101110 100000 1000001 0 1010010 111111 100000 101011010 1000101 101000

Color Harmonies of #AE2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2041

Black with #AE2041

Text Example


Text Example

White with #AE2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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