Html Css Color HEX #AE0520 Carmine

📋 copy color: '#AE0520'

red 174 ◦ green 5 ◦ blue 32

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

Shades of Carmine #AE0520

Tints of Carmine #AE0520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 82.46%
G = 2.37%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE0520 (or 0xAE0520) is known color: Carmine. HEX triplet: AE, 05 and 20. RGB value is (174,5,32). Sum of RGB (Red+Green+Blue) = 174+5+32=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0520 is #51FADF. Grayscale: #3A3A3A. Windows color (decimal): -5372640 or 2098606. OLE color: 2098606.

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

Color convert

RGB 174 5 32 -
CMYK 0 0.97 0.82 0.32
HSL 350.41º 0.94% 0.35% -
HSV(B) 350.41º 0.97% 0.68% -
XYZ 17.77 9.21 2.21 -
YUV 58.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 174 5 32 0 0.97 0.82 0.32 350.41 0.94 0.35
Hex AE 5 20 0 61 52 20 15E 5E 23
Octal 256 5 40 0 141 122 40 536 136 43
Binary 10101110 101 100000 0 1100001 1010010 100000 101011110 1011110 100011

Color Harmonies of #AE0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0520

Black with #AE0520

Text Example


Text Example

White with #AE0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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