Html Css Color HEX #AE0617 Carmine

📋 copy color: '#AE0617'

red 174 ◦ green 6 ◦ blue 23

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

Shades of Carmine #AE0617

Tints of Carmine #AE0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 85.71%
G = 2.96%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE0617 (or 0xAE0617) is known color: Carmine. HEX triplet: AE, 06 and 17. RGB value is (174,6,23). Sum of RGB (Red+Green+Blue) = 174+6+23=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0617 is #51F9E8. Grayscale: #3A3A3A. Windows color (decimal): -5372393 or 1509038. OLE color: 1509038.

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

Color convert

RGB 174 6 23 -
CMYK 0 0.97 0.87 0.32
HSL 353.93º 0.93% 0.35% -
HSV(B) 353.93º 0.97% 0.68% -
XYZ 17.68 9.19 1.65 -
YUV 58.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 174 6 23 0 0.97 0.87 0.32 353.93 0.93 0.35
Hex AE 6 17 0 61 57 20 162 5D 23
Octal 256 6 27 0 141 127 40 542 135 43
Binary 10101110 110 10111 0 1100001 1010111 100000 101100010 1011101 100011

Color Harmonies of #AE0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0617

Black with #AE0617

Text Example


Text Example

White with #AE0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0617; }

 p { color: rgb(174,6,23); }

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

background-color css

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

 a { background-color: rgb(174,6,23); }

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

border-color css

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

 span { border-color: rgb(174,6,23); }

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