Html Css Color HEX #AE4935 Medium Carmine

📋 copy color: '#AE4935'

red 174 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AE4935

Tints of Medium Carmine #AE4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 58%
G = 24.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE4935 (or 0xAE4935) is known color: Medium Carmine. HEX triplet: AE, 49 and 35. RGB value is (174,73,53). Sum of RGB (Red+Green+Blue) = 174+73+53=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4935 is #51B6CA. Grayscale: #656565. Windows color (decimal): -5355211 or 3492270. OLE color: 3492270.

HSL color Cylindrical-coordinate representation of color #AE4935: hue angle of 9.92º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4935 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 53 -
CMYK 0 0.58 0.70 0.32
HSL 9.92º 0.53% 0.45% -
HSV(B) 9.92º 0.7% 0.68% -
XYZ 20.48 14.02 4.99 -
YUV 100.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 174 73 53 0 0.58 0.70 0.32 9.92 0.53 0.45
Hex AE 49 35 0 3A 46 20 A 35 2D
Octal 256 111 65 0 72 106 40 12 65 55
Binary 10101110 1001001 110101 0 111010 1000110 100000 1010 110101 101101

Color Harmonies of #AE4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4935

Black with #AE4935

Text Example


Text Example

White with #AE4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4935; }

 p { color: rgb(174,73,53); }

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

background-color css

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

 a { background-color: rgb(174,73,53); }

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

border-color css

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

 span { border-color: rgb(174,73,53); }

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