Html Css Color HEX #AE1C29 Cardinal

📋 copy color: '#AE1C29'

red 174 ◦ green 28 ◦ blue 41

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

Shades of Cardinal #AE1C29

Tints of Cardinal #AE1C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.52%

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

R = 71.6%
G = 11.52%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE1C29 (or 0xAE1C29) is known color: Cardinal. HEX triplet: AE, 1C and 29. RGB value is (174,28,41). Sum of RGB (Red+Green+Blue) = 174+28+41=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C29 is #51E3D6. Grayscale: #494949. Windows color (decimal): -5366743 or 2694318. OLE color: 2694318.

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

Color convert

RGB 174 28 41 -
CMYK 0 0.84 0.76 0.32
HSL 354.66º 0.72% 0.4% -
HSV(B) 354.66º 0.84% 0.68% -
XYZ 18.27 9.99 3.06 -
YUV 73.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 174 28 41 0 0.84 0.76 0.32 354.66 0.72 0.4
Hex AE 1C 29 0 54 4C 20 163 48 28
Octal 256 34 51 0 124 114 40 543 110 50
Binary 10101110 11100 101001 0 1010100 1001100 100000 101100011 1001000 101000

Color Harmonies of #AE1C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C29

Black with #AE1C29

Text Example


Text Example

White with #AE1C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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