Html Css Color HEX #AE1826 Cardinal

📋 copy color: '#AE1826'

red 174 ◦ green 24 ◦ blue 38

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

Shades of Cardinal #AE1826

Tints of Cardinal #AE1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 73.73%
G = 10.17%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE1826 (or 0xAE1826) is known color: Cardinal. HEX triplet: AE, 18 and 26. RGB value is (174,24,38). Sum of RGB (Red+Green+Blue) = 174+24+38=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1826 is #51E7D9. Grayscale: #464646. Windows color (decimal): -5367770 or 2496686. OLE color: 2496686.

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

Color convert

RGB 174 24 38 -
CMYK 0 0.86 0.78 0.32
HSL 354.4º 0.76% 0.39% -
HSV(B) 354.4º 0.86% 0.68% -
XYZ 18.13 9.79 2.77 -
YUV 70.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 174 24 38 0 0.86 0.78 0.32 354.4 0.76 0.39
Hex AE 18 26 0 56 4E 20 162 4C 27
Octal 256 30 46 0 126 116 40 542 114 47
Binary 10101110 11000 100110 0 1010110 1001110 100000 101100010 1001100 100111

Color Harmonies of #AE1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1826

Black with #AE1826

Text Example


Text Example

White with #AE1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1826; }

 p { color: rgb(174,24,38); }

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

background-color css

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

 a { background-color: rgb(174,24,38); }

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

border-color css

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

 span { border-color: rgb(174,24,38); }

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