Html Css Color HEX #AE001D Carmine

📋 copy color: '#AE001D'

red 174 ◦ green 0 ◦ blue 29

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

Shades of Carmine #AE001D

Tints of Carmine #AE001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE001D (or 0xAE001D) is known color: Carmine. HEX triplet: AE, 00 and 1D. RGB value is (174,0,29). Sum of RGB (Red+Green+Blue) = 174+0+29=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE001D is #51FFE2. Grayscale: #373737. Windows color (decimal): -5373923 or 1900718. OLE color: 1900718.

HSL color Cylindrical-coordinate representation of color #AE001D: hue angle of 350º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE001D is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 29 -
CMYK 0 1 0.83 0.32
HSL 350º 1% 0.34% -
HSV(B) 350º 1% 0.68% -
XYZ 17.68 9.09 1.98 -
YUV 55.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 174 0 29 0 1 0.83 0.32 350 1 0.34
Hex AE 0 1D 0 64 53 20 15E 64 22
Octal 256 0 35 0 144 123 40 536 144 42
Binary 10101110 0 11101 0 1100100 1010011 100000 101011110 1100100 100010

Color Harmonies of #AE001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE001D

Black with #AE001D

Text Example


Text Example

White with #AE001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE001D; }

 p { color: rgb(174,0,29); }

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

background-color css

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

 a { background-color: rgb(174,0,29); }

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

border-color css

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

 span { border-color: rgb(174,0,29); }

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