Html Css Color HEX #AE3730 Medium Carmine

📋 copy color: '#AE3730'

red 174 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #AE3730

Tints of Medium Carmine #AE3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 62.82%
G = 19.86%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE3730 (or 0xAE3730) is known color: Medium Carmine. HEX triplet: AE, 37 and 30. RGB value is (174,55,48). Sum of RGB (Red+Green+Blue) = 174+55+48=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3730 is #51C8CF. Grayscale: #595959. Windows color (decimal): -5359824 or 3159982. OLE color: 3159982.

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

Color convert

RGB 174 55 48 -
CMYK 0 0.68 0.72 0.32
HSL 3.33º 0.57% 0.44% -
HSV(B) 3.33º 0.72% 0.68% -
XYZ 19.36 11.94 4.08 -
YUV 89.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 174 55 48 0 0.68 0.72 0.32 3.33 0.57 0.44
Hex AE 37 30 0 44 48 20 3 39 2C
Octal 256 67 60 0 104 110 40 3 71 54
Binary 10101110 110111 110000 0 1000100 1001000 100000 11 111001 101100

Color Harmonies of #AE3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3730

Black with #AE3730

Text Example


Text Example

White with #AE3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3730; }

 p { color: rgb(174,55,48); }

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

background-color css

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

 a { background-color: rgb(174,55,48); }

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

border-color css

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

 span { border-color: rgb(174,55,48); }

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