Html Css Color HEX #AE183C Cardinal

📋 copy color: '#AE183C'

red 174 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #AE183C

Tints of Cardinal #AE183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 67.44%
G = 9.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE183C (or 0xAE183C) is known color: Cardinal. HEX triplet: AE, 18 and 3C. RGB value is (174,24,60). Sum of RGB (Red+Green+Blue) = 174+24+60=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE183C is #51E7C3. Grayscale: #484848. Windows color (decimal): -5367748 or 3938478. OLE color: 3938478.

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

Color convert

RGB 174 24 60 -
CMYK 0 0.86 0.66 0.32
HSL 345.6º 0.76% 0.39% -
HSV(B) 345.6º 0.86% 0.68% -
XYZ 18.6 9.98 5.22 -
YUV 72.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 174 24 60 0 0.86 0.66 0.32 345.6 0.76 0.39
Hex AE 18 3C 0 56 42 20 15A 4C 27
Octal 256 30 74 0 126 102 40 532 114 47
Binary 10101110 11000 111100 0 1010110 1000010 100000 101011010 1001100 100111

Color Harmonies of #AE183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE183C

Black with #AE183C

Text Example


Text Example

White with #AE183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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