Html Css Color HEX #AE0032 Carmine

📋 copy color: '#AE0032'

red 174 ◦ green 0 ◦ blue 50

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

Shades of Carmine #AE0032

Tints of Carmine #AE0032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 77.68%
G = 0%
B = 22.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE0032 (or 0xAE0032) is known color: Carmine. HEX triplet: AE, 00 and 32. RGB value is (174,0,50). Sum of RGB (Red+Green+Blue) = 174+0+50=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0032 is #51FFCD. Grayscale: #393939. Windows color (decimal): -5373902 or 3276974. OLE color: 3276974.

HSL color Cylindrical-coordinate representation of color #AE0032: hue angle of 342.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0032 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 50 -
CMYK 0 1 0.71 0.32
HSL 342.76º 1% 0.34% -
HSV(B) 342.76º 1% 0.68% -
XYZ 18.03 9.23 3.85 -
YUV 57.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 174 0 50 0 1 0.71 0.32 342.76 1 0.34
Hex AE 0 32 0 64 47 20 157 64 22
Octal 256 0 62 0 144 107 40 527 144 42
Binary 10101110 0 110010 0 1100100 1000111 100000 101010111 1100100 100010

Color Harmonies of #AE0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0032

Black with #AE0032

Text Example


Text Example

White with #AE0032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0032; }

 p { color: rgb(174,0,50); }

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

background-color css

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

 a { background-color: rgb(174,0,50); }

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

border-color css

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

 span { border-color: rgb(174,0,50); }

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