Html Css Color HEX #AE2029 Cardinal

📋 copy color: '#AE2029'

red 174 ◦ green 32 ◦ blue 41

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

Shades of Cardinal #AE2029

Tints of Cardinal #AE2029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 70.45%
G = 12.96%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2029 (or 0xAE2029) is known color: Cardinal. HEX triplet: AE, 20 and 29. RGB value is (174,32,41). Sum of RGB (Red+Green+Blue) = 174+32+41=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2029 is #51DFD6. Grayscale: #4B4B4B. Windows color (decimal): -5365719 or 2695342. OLE color: 2695342.

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

Color convert

RGB 174 32 41 -
CMYK 0 0.82 0.76 0.32
HSL 356.2º 0.69% 0.4% -
HSV(B) 356.2º 0.82% 0.68% -
XYZ 18.37 10.19 3.1 -
YUV 75.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 174 32 41 0 0.82 0.76 0.32 356.2 0.69 0.4
Hex AE 20 29 0 52 4C 20 164 45 28
Octal 256 40 51 0 122 114 40 544 105 50
Binary 10101110 100000 101001 0 1010010 1001100 100000 101100100 1000101 101000

Color Harmonies of #AE2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2029

Black with #AE2029

Text Example


Text Example

White with #AE2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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