Html Css Color HEX #AE1838 Cardinal

📋 copy color: '#AE1838'

red 174 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #AE1838

Tints of Cardinal #AE1838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 68.5%
G = 9.45%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE1838 (or 0xAE1838) is known color: Cardinal. HEX triplet: AE, 18 and 38. RGB value is (174,24,56). Sum of RGB (Red+Green+Blue) = 174+24+56=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1838 is #51E7C7. Grayscale: #484848. Windows color (decimal): -5367752 or 3676334. OLE color: 3676334.

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

Color convert

RGB 174 24 56 -
CMYK 0 0.86 0.68 0.32
HSL 347.2º 0.76% 0.39% -
HSV(B) 347.2º 0.86% 0.68% -
XYZ 18.5 9.94 4.68 -
YUV 72.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 174 24 56 0 0.86 0.68 0.32 347.2 0.76 0.39
Hex AE 18 38 0 56 44 20 15B 4C 27
Octal 256 30 70 0 126 104 40 533 114 47
Binary 10101110 11000 111000 0 1010110 1000100 100000 101011011 1001100 100111

Color Harmonies of #AE1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1838

Black with #AE1838

Text Example


Text Example

White with #AE1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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