Html Css Color HEX #AE0420 Carmine

📋 copy color: '#AE0420'

red 174 ◦ green 4 ◦ blue 32

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

Shades of Carmine #AE0420

Tints of Carmine #AE0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 82.86%
G = 1.9%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE0420 (or 0xAE0420) is known color: Carmine. HEX triplet: AE, 04 and 20. RGB value is (174,4,32). Sum of RGB (Red+Green+Blue) = 174+4+32=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0420 is #51FBDF. Grayscale: #3A3A3A. Windows color (decimal): -5372896 or 2098350. OLE color: 2098350.

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

Color convert

RGB 174 4 32 -
CMYK 0 0.98 0.82 0.32
HSL 350.12º 0.96% 0.35% -
HSV(B) 350.12º 0.98% 0.68% -
XYZ 17.76 9.19 2.2 -
YUV 58.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 174 4 32 0 0.98 0.82 0.32 350.12 0.96 0.35
Hex AE 4 20 0 62 52 20 15E 60 23
Octal 256 4 40 0 142 122 40 536 140 43
Binary 10101110 100 100000 0 1100010 1010010 100000 101011110 1100000 100011

Color Harmonies of #AE0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0420

Black with #AE0420

Text Example


Text Example

White with #AE0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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