Html Css Color HEX #AE0518 Carmine

📋 copy color: '#AE0518'

red 174 ◦ green 5 ◦ blue 24

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

Shades of Carmine #AE0518

Tints of Carmine #AE0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 85.71%
G = 2.46%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE0518 (or 0xAE0518) is known color: Carmine. HEX triplet: AE, 05 and 18. RGB value is (174,5,24). Sum of RGB (Red+Green+Blue) = 174+5+24=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0518 is #51FAE7. Grayscale: #393939. Windows color (decimal): -5372648 or 1574318. OLE color: 1574318.

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

Color convert

RGB 174 5 24 -
CMYK 0 0.97 0.86 0.32
HSL 353.25º 0.94% 0.35% -
HSV(B) 353.25º 0.97% 0.68% -
XYZ 17.67 9.17 1.7 -
YUV 57.7 108.99 210.96 -
System Red Green Blue C M Y K H S L
Decimal 174 5 24 0 0.97 0.86 0.32 353.25 0.94 0.35
Hex AE 5 18 0 61 56 20 161 5E 23
Octal 256 5 30 0 141 126 40 541 136 43
Binary 10101110 101 11000 0 1100001 1010110 100000 101100001 1011110 100011

Color Harmonies of #AE0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0518

Black with #AE0518

Text Example


Text Example

White with #AE0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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