Html Css Color HEX #AE1830 Cardinal

📋 copy color: '#AE1830'

red 174 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #AE1830

Tints of Cardinal #AE1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 70.73%
G = 9.76%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE1830 (or 0xAE1830) is known color: Cardinal. HEX triplet: AE, 18 and 30. RGB value is (174,24,48). Sum of RGB (Red+Green+Blue) = 174+24+48=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1830 is #51E7CF. Grayscale: #474747. Windows color (decimal): -5367760 or 3152046. OLE color: 3152046.

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

Color convert

RGB 174 24 48 -
CMYK 0 0.86 0.72 0.32
HSL 350.4º 0.76% 0.39% -
HSV(B) 350.4º 0.86% 0.68% -
XYZ 18.32 9.87 3.74 -
YUV 71.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 174 24 48 0 0.86 0.72 0.32 350.4 0.76 0.39
Hex AE 18 30 0 56 48 20 15E 4C 27
Octal 256 30 60 0 126 110 40 536 114 47
Binary 10101110 11000 110000 0 1010110 1001000 100000 101011110 1001100 100111

Color Harmonies of #AE1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1830

Black with #AE1830

Text Example


Text Example

White with #AE1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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