Html Css Color HEX #AE0819 Carmine

📋 copy color: '#AE0819'

red 174 ◦ green 8 ◦ blue 25

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

Shades of Carmine #AE0819

Tints of Carmine #AE0819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 84.06%
G = 3.86%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE0819 (or 0xAE0819) is known color: Carmine. HEX triplet: AE, 08 and 19. RGB value is (174,8,25). Sum of RGB (Red+Green+Blue) = 174+8+25=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0819 is #51F7E6. Grayscale: #3B3B3B. Windows color (decimal): -5371879 or 1640622. OLE color: 1640622.

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

Color convert

RGB 174 8 25 -
CMYK 0 0.95 0.86 0.32
HSL 353.86º 0.91% 0.36% -
HSV(B) 353.86º 0.95% 0.68% -
XYZ 17.72 9.24 1.77 -
YUV 59.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 174 8 25 0 0.95 0.86 0.32 353.86 0.91 0.36
Hex AE 8 19 0 5F 56 20 162 5B 24
Octal 256 10 31 0 137 126 40 542 133 44
Binary 10101110 1000 11001 0 1011111 1010110 100000 101100010 1011011 100100

Color Harmonies of #AE0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0819

Black with #AE0819

Text Example


Text Example

White with #AE0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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