Html Css Color HEX #AE0829 Carmine

📋 copy color: '#AE0829'

red 174 ◦ green 8 ◦ blue 41

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

Shades of Carmine #AE0829

Tints of Carmine #AE0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 78.03%
G = 3.59%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE0829 (or 0xAE0829) is known color: Carmine. HEX triplet: AE, 08 and 29. RGB value is (174,8,41). Sum of RGB (Red+Green+Blue) = 174+8+41=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0829 is #51F7D6. Grayscale: #3D3D3D. Windows color (decimal): -5371863 or 2689198. OLE color: 2689198.

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

Color convert

RGB 174 8 41 -
CMYK 0 0.95 0.76 0.32
HSL 348.07º 0.91% 0.36% -
HSV(B) 348.07º 0.95% 0.68% -
XYZ 17.94 9.33 2.95 -
YUV 61.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 174 8 41 0 0.95 0.76 0.32 348.07 0.91 0.36
Hex AE 8 29 0 5F 4C 20 15C 5B 24
Octal 256 10 51 0 137 114 40 534 133 44
Binary 10101110 1000 101001 0 1011111 1001100 100000 101011100 1011011 100100

Color Harmonies of #AE0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0829

Black with #AE0829

Text Example


Text Example

White with #AE0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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