Html Css Color HEX #AE002E Carmine

📋 copy color: '#AE002E'

red 174 ◦ green 0 ◦ blue 46

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

Shades of Carmine #AE002E

Tints of Carmine #AE002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 79.09%
G = 0%
B = 20.91%

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

#AE002E (or 0xAE002E) is known color: Carmine. HEX triplet: AE, 00 and 2E. RGB value is (174,0,46). Sum of RGB (Red+Green+Blue) = 174+0+46=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE002E is #51FFD1. Grayscale: #393939. Windows color (decimal): -5373906 or 3014830. OLE color: 3014830.

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

Color convert

RGB 174 0 46 -
CMYK 0 1 0.74 0.32
HSL 344.14º 1% 0.34% -
HSV(B) 344.14º 1% 0.68% -
XYZ 17.95 9.2 3.41 -
YUV 57.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 174 0 46 0 1 0.74 0.32 344.14 1 0.34
Hex AE 0 2E 0 64 4A 20 158 64 22
Octal 256 0 56 0 144 112 40 530 144 42
Binary 10101110 0 101110 0 1100100 1001010 100000 101011000 1100100 100010

Color Harmonies of #AE002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE002E

Black with #AE002E

Text Example


Text Example

White with #AE002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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