Html Css Color HEX #AE042D Carmine

📋 copy color: '#AE042D'

red 174 ◦ green 4 ◦ blue 45

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

Shades of Carmine #AE042D

Tints of Carmine #AE042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 78.03%
G = 1.79%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE042D (or 0xAE042D) is known color: Carmine. HEX triplet: AE, 04 and 2D. RGB value is (174,4,45). Sum of RGB (Red+Green+Blue) = 174+4+45=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE042D is #51FBD2. Grayscale: #3B3B3B. Windows color (decimal): -5372883 or 2950318. OLE color: 2950318.

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

Color convert

RGB 174 4 45 -
CMYK 0 0.98 0.74 0.32
HSL 345.53º 0.96% 0.35% -
HSV(B) 345.53º 0.98% 0.68% -
XYZ 17.97 9.27 3.33 -
YUV 59.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 174 4 45 0 0.98 0.74 0.32 345.53 0.96 0.35
Hex AE 4 2D 0 62 4A 20 15A 60 23
Octal 256 4 55 0 142 112 40 532 140 43
Binary 10101110 100 101101 0 1100010 1001010 100000 101011010 1100000 100011

Color Harmonies of #AE042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE042D

Black with #AE042D

Text Example


Text Example

White with #AE042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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