Html Css Color HEX #AE031D Carmine

📋 copy color: '#AE031D'

red 174 ◦ green 3 ◦ blue 29

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

Shades of Carmine #AE031D

Tints of Carmine #AE031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 84.47%
G = 1.46%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE031D (or 0xAE031D) is known color: Carmine. HEX triplet: AE, 03 and 1D. RGB value is (174,3,29). Sum of RGB (Red+Green+Blue) = 174+3+29=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE031D is #51FCE2. Grayscale: #393939. Windows color (decimal): -5373155 or 1901486. OLE color: 1901486.

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

Color convert

RGB 174 3 29 -
CMYK 0 0.98 0.83 0.32
HSL 350.88º 0.97% 0.35% -
HSV(B) 350.88º 0.98% 0.68% -
XYZ 17.71 9.15 2 -
YUV 57.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 174 3 29 0 0.98 0.83 0.32 350.88 0.97 0.35
Hex AE 3 1D 0 62 53 20 15F 61 23
Octal 256 3 35 0 142 123 40 537 141 43
Binary 10101110 11 11101 0 1100010 1010011 100000 101011111 1100001 100011

Color Harmonies of #AE031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE031D

Black with #AE031D

Text Example


Text Example

White with #AE031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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