Html Css Color HEX #AE002D Carmine

📋 copy color: '#AE002D'

red 174 ◦ green 0 ◦ blue 45

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

Shades of Carmine #AE002D

Tints of Carmine #AE002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 79.45%
G = 0%
B = 20.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE002D (or 0xAE002D) is known color: Carmine. HEX triplet: AE, 00 and 2D. RGB value is (174,0,45). Sum of RGB (Red+Green+Blue) = 174+0+45=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE002D is #51FFD2. Grayscale: #393939. Windows color (decimal): -5373907 or 2949294. OLE color: 2949294.

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

Color convert

RGB 174 0 45 -
CMYK 0 1 0.74 0.32
HSL 344.48º 1% 0.34% -
HSV(B) 344.48º 1% 0.68% -
XYZ 17.93 9.19 3.31 -
YUV 57.16 121.15 211.34 -
System Red Green Blue C M Y K H S L
Decimal 174 0 45 0 1 0.74 0.32 344.48 1 0.34
Hex AE 0 2D 0 64 4A 20 158 64 22
Octal 256 0 55 0 144 112 40 530 144 42
Binary 10101110 0 101101 0 1100100 1001010 100000 101011000 1100100 100010

Color Harmonies of #AE002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE002D

Black with #AE002D

Text Example


Text Example

White with #AE002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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