Html Css Color HEX #AE0424 Carmine

📋 copy color: '#AE0424'

red 174 ◦ green 4 ◦ blue 36

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

Shades of Carmine #AE0424

Tints of Carmine #AE0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 81.31%
G = 1.87%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE0424 (or 0xAE0424) is known color: Carmine. HEX triplet: AE, 04 and 24. RGB value is (174,4,36). Sum of RGB (Red+Green+Blue) = 174+4+36=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0424 is #51FBDB. Grayscale: #3A3A3A. Windows color (decimal): -5372892 or 2360494. OLE color: 2360494.

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

Color convert

RGB 174 4 36 -
CMYK 0 0.98 0.79 0.32
HSL 348.71º 0.96% 0.35% -
HSV(B) 348.71º 0.98% 0.68% -
XYZ 17.82 9.21 2.51 -
YUV 58.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 174 4 36 0 0.98 0.79 0.32 348.71 0.96 0.35
Hex AE 4 24 0 62 4F 20 15D 60 23
Octal 256 4 44 0 142 117 40 535 140 43
Binary 10101110 100 100100 0 1100010 1001111 100000 101011101 1100000 100011

Color Harmonies of #AE0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0424

Black with #AE0424

Text Example


Text Example

White with #AE0424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0424; }

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

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

background-color css

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

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

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

border-color css

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

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

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