Html Css Color HEX #AE0A20 Carmine

📋 copy color: '#AE0A20'

red 174 ◦ green 10 ◦ blue 32

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

Shades of Carmine #AE0A20

Tints of Carmine #AE0A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.63%

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

R = 80.56%
G = 4.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE0A20 (or 0xAE0A20) is known color: Carmine. HEX triplet: AE, 0A and 20. RGB value is (174,10,32). Sum of RGB (Red+Green+Blue) = 174+10+32=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0A20 is #51F5DF. Grayscale: #3D3D3D. Windows color (decimal): -5371360 or 2099886. OLE color: 2099886.

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

Color convert

RGB 174 10 32 -
CMYK 0 0.94 0.82 0.32
HSL 351.95º 0.89% 0.36% -
HSV(B) 351.95º 0.94% 0.68% -
XYZ 17.82 9.32 2.23 -
YUV 61.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 174 10 32 0 0.94 0.82 0.32 351.95 0.89 0.36
Hex AE A 20 0 5E 52 20 160 59 24
Octal 256 12 40 0 136 122 40 540 131 44
Binary 10101110 1010 100000 0 1011110 1010010 100000 101100000 1011001 100100

Color Harmonies of #AE0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A20

Black with #AE0A20

Text Example


Text Example

White with #AE0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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