Html Css Color HEX #AE0728 Carmine

📋 copy color: '#AE0728'

red 174 ◦ green 7 ◦ blue 40

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

Shades of Carmine #AE0728

Tints of Carmine #AE0728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 78.73%
G = 3.17%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE0728 (or 0xAE0728) is known color: Carmine. HEX triplet: AE, 07 and 28. RGB value is (174,7,40). Sum of RGB (Red+Green+Blue) = 174+7+40=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0728 is #51F8D7. Grayscale: #3C3C3C. Windows color (decimal): -5372120 or 2623406. OLE color: 2623406.

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

Color convert

RGB 174 7 40 -
CMYK 0 0.96 0.77 0.32
HSL 348.14º 0.92% 0.35% -
HSV(B) 348.14º 0.96% 0.68% -
XYZ 17.91 9.3 2.86 -
YUV 60.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 174 7 40 0 0.96 0.77 0.32 348.14 0.92 0.35
Hex AE 7 28 0 60 4D 20 15C 5C 23
Octal 256 7 50 0 140 115 40 534 134 43
Binary 10101110 111 101000 0 1100000 1001101 100000 101011100 1011100 100011

Color Harmonies of #AE0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0728

Black with #AE0728

Text Example


Text Example

White with #AE0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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