Html Css Color HEX #AE051D Carmine

📋 copy color: '#AE051D'

red 174 ◦ green 5 ◦ blue 29

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

Shades of Carmine #AE051D

Tints of Carmine #AE051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 83.65%
G = 2.4%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE051D (or 0xAE051D) is known color: Carmine. HEX triplet: AE, 05 and 1D. RGB value is (174,5,29). Sum of RGB (Red+Green+Blue) = 174+5+29=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE051D is #51FAE2. Grayscale: #3A3A3A. Windows color (decimal): -5372643 or 1901998. OLE color: 1901998.

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

Color convert

RGB 174 5 29 -
CMYK 0 0.97 0.83 0.32
HSL 351.48º 0.94% 0.35% -
HSV(B) 351.48º 0.97% 0.68% -
XYZ 17.73 9.2 2 -
YUV 58.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 174 5 29 0 0.97 0.83 0.32 351.48 0.94 0.35
Hex AE 5 1D 0 61 53 20 15F 5E 23
Octal 256 5 35 0 141 123 40 537 136 43
Binary 10101110 101 11101 0 1100001 1010011 100000 101011111 1011110 100011

Color Harmonies of #AE051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE051D

Black with #AE051D

Text Example


Text Example

White with #AE051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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