Html Css Color HEX #AE0128 Carmine

📋 copy color: '#AE0128'

red 174 ◦ green 1 ◦ blue 40

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

Shades of Carmine #AE0128

Tints of Carmine #AE0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 80.93%
G = 0.47%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE0128 (or 0xAE0128) is known color: Carmine. HEX triplet: AE, 01 and 28. RGB value is (174,1,40). Sum of RGB (Red+Green+Blue) = 174+1+40=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0128 is #51FED7. Grayscale: #393939. Windows color (decimal): -5373656 or 2621870. OLE color: 2621870.

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

Color convert

RGB 174 1 40 -
CMYK 0 0.99 0.77 0.32
HSL 346.47º 0.99% 0.34% -
HSV(B) 346.47º 0.99% 0.68% -
XYZ 17.85 9.17 2.84 -
YUV 57.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 174 1 40 0 0.99 0.77 0.32 346.47 0.99 0.34
Hex AE 1 28 0 63 4D 20 15A 63 22
Octal 256 1 50 0 143 115 40 532 143 42
Binary 10101110 1 101000 0 1100011 1001101 100000 101011010 1100011 100010

Color Harmonies of #AE0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0128

Black with #AE0128

Text Example


Text Example

White with #AE0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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