Html Css Color HEX #AE0C28 Carmine

📋 copy color: '#AE0C28'

red 174 ◦ green 12 ◦ blue 40

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

Shades of Carmine #AE0C28

Tints of Carmine #AE0C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

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

R = 76.99%
G = 5.31%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE0C28 (or 0xAE0C28) is known color: Carmine. HEX triplet: AE, 0C and 28. RGB value is (174,12,40). Sum of RGB (Red+Green+Blue) = 174+12+40=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C28 is #51F3D7. Grayscale: #3F3F3F. Windows color (decimal): -5370840 or 2624686. OLE color: 2624686.

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

Color convert

RGB 174 12 40 -
CMYK 0 0.93 0.77 0.32
HSL 349.63º 0.87% 0.36% -
HSV(B) 349.63º 0.93% 0.68% -
XYZ 17.97 9.41 2.88 -
YUV 63.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 174 12 40 0 0.93 0.77 0.32 349.63 0.87 0.36
Hex AE C 28 0 5D 4D 20 15E 57 24
Octal 256 14 50 0 135 115 40 536 127 44
Binary 10101110 1100 101000 0 1011101 1001101 100000 101011110 1010111 100100

Color Harmonies of #AE0C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C28

Black with #AE0C28

Text Example


Text Example

White with #AE0C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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