Html Css Color HEX #AE0129 Carmine

📋 copy color: '#AE0129'

red 174 ◦ green 1 ◦ blue 41

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

Shades of Carmine #AE0129

Tints of Carmine #AE0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 80.56%
G = 0.46%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE0129 (or 0xAE0129) is known color: Carmine. HEX triplet: AE, 01 and 29. RGB value is (174,1,41). Sum of RGB (Red+Green+Blue) = 174+1+41=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0129 is #51FED6. Grayscale: #393939. Windows color (decimal): -5373655 or 2687406. OLE color: 2687406.

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

Color convert

RGB 174 1 41 -
CMYK 0 0.99 0.76 0.32
HSL 346.13º 0.99% 0.34% -
HSV(B) 346.13º 0.99% 0.68% -
XYZ 17.87 9.18 2.93 -
YUV 57.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 174 1 41 0 0.99 0.76 0.32 346.13 0.99 0.34
Hex AE 1 29 0 63 4C 20 15A 63 22
Octal 256 1 51 0 143 114 40 532 143 42
Binary 10101110 1 101001 0 1100011 1001100 100000 101011010 1100011 100010

Color Harmonies of #AE0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0129

Black with #AE0129

Text Example


Text Example

White with #AE0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0129; }

 p { color: rgb(174,1,41); }

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

background-color css

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

 a { background-color: rgb(174,1,41); }

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

border-color css

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

 span { border-color: rgb(174,1,41); }

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