Html Css Color HEX #AE0614 Carmine

📋 copy color: '#AE0614'

red 174 ◦ green 6 ◦ blue 20

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

Shades of Carmine #AE0614

Tints of Carmine #AE0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 87%
G = 3%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE0614 (or 0xAE0614) is known color: Carmine. HEX triplet: AE, 06 and 14. RGB value is (174,6,20). Sum of RGB (Red+Green+Blue) = 174+6+20=200 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0614 is #51F9EB. Grayscale: #393939. Windows color (decimal): -5372396 or 1312430. OLE color: 1312430.

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

Color convert

RGB 174 6 20 -
CMYK 0 0.97 0.89 0.32
HSL 355º 0.93% 0.35% -
HSV(B) 355º 0.97% 0.68% -
XYZ 17.65 9.18 1.5 -
YUV 57.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 174 6 20 0 0.97 0.89 0.32 355 0.93 0.35
Hex AE 6 14 0 61 59 20 163 5D 23
Octal 256 6 24 0 141 131 40 543 135 43
Binary 10101110 110 10100 0 1100001 1011001 100000 101100011 1011101 100011

Color Harmonies of #AE0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0614

Black with #AE0614

Text Example


Text Example

White with #AE0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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