Html Css Color HEX #AE012B Carmine

📋 copy color: '#AE012B'

red 174 ◦ green 1 ◦ blue 43

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

Shades of Carmine #AE012B

Tints of Carmine #AE012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 79.82%
G = 0.46%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE012B (or 0xAE012B) is known color: Carmine. HEX triplet: AE, 01 and 2B. RGB value is (174,1,43). Sum of RGB (Red+Green+Blue) = 174+1+43=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE012B is #51FED4. Grayscale: #393939. Windows color (decimal): -5373653 or 2818478. OLE color: 2818478.

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

Color convert

RGB 174 1 43 -
CMYK 0 0.99 0.75 0.32
HSL 345.43º 0.99% 0.34% -
HSV(B) 345.43º 0.99% 0.68% -
XYZ 17.9 9.19 3.12 -
YUV 57.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 174 1 43 0 0.99 0.75 0.32 345.43 0.99 0.34
Hex AE 1 2B 0 63 4B 20 159 63 22
Octal 256 1 53 0 143 113 40 531 143 42
Binary 10101110 1 101011 0 1100011 1001011 100000 101011001 1100011 100010

Color Harmonies of #AE012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE012B

Black with #AE012B

Text Example


Text Example

White with #AE012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE012B; }

 p { color: rgb(174,1,43); }

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

background-color css

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

 a { background-color: rgb(174,1,43); }

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

border-color css

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

 span { border-color: rgb(174,1,43); }

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