Html Css Color HEX #AE1729 Cardinal

📋 copy color: '#AE1729'

red 174 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #AE1729

Tints of Cardinal #AE1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 73.11%
G = 9.66%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE1729 (or 0xAE1729) is known color: Cardinal. HEX triplet: AE, 17 and 29. RGB value is (174,23,41). Sum of RGB (Red+Green+Blue) = 174+23+41=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1729 is #51E8D6. Grayscale: #464646. Windows color (decimal): -5368023 or 2693038. OLE color: 2693038.

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

Color convert

RGB 174 23 41 -
CMYK 0 0.87 0.76 0.32
HSL 352.85º 0.77% 0.39% -
HSV(B) 352.85º 0.87% 0.68% -
XYZ 18.16 9.77 3.03 -
YUV 70.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 174 23 41 0 0.87 0.76 0.32 352.85 0.77 0.39
Hex AE 17 29 0 57 4C 20 161 4D 27
Octal 256 27 51 0 127 114 40 541 115 47
Binary 10101110 10111 101001 0 1010111 1001100 100000 101100001 1001101 100111

Color Harmonies of #AE1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1729

Black with #AE1729

Text Example


Text Example

White with #AE1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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