Html Css Color HEX #AE183B Cardinal

📋 copy color: '#AE183B'

red 174 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #AE183B

Tints of Cardinal #AE183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 67.7%
G = 9.34%
B = 22.96%

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

#AE183B (or 0xAE183B) is known color: Cardinal. HEX triplet: AE, 18 and 3B. RGB value is (174,24,59). Sum of RGB (Red+Green+Blue) = 174+24+59=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE183B is #51E7C4. Grayscale: #484848. Windows color (decimal): -5367749 or 3872942. OLE color: 3872942.

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

Color convert

RGB 174 24 59 -
CMYK 0 0.86 0.66 0.32
HSL 346º 0.76% 0.39% -
HSV(B) 346º 0.86% 0.68% -
XYZ 18.57 9.97 5.08 -
YUV 72.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 174 24 59 0 0.86 0.66 0.32 346 0.76 0.39
Hex AE 18 3B 0 56 42 20 15A 4C 27
Octal 256 30 73 0 126 102 40 532 114 47
Binary 10101110 11000 111011 0 1010110 1000010 100000 101011010 1001100 100111

Color Harmonies of #AE183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE183B

Black with #AE183B

Text Example


Text Example

White with #AE183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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