Html Css Color HEX #AE472F Medium Carmine

📋 copy color: '#AE472F'

red 174 ◦ green 71 ◦ blue 47

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

Shades of Medium Carmine #AE472F

Tints of Medium Carmine #AE472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 59.59%
G = 24.32%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE472F (or 0xAE472F) is known color: Medium Carmine. HEX triplet: AE, 47 and 2F. RGB value is (174,71,47). Sum of RGB (Red+Green+Blue) = 174+71+47=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE472F is #51B8D0. Grayscale: #636363. Windows color (decimal): -5355729 or 3098542. OLE color: 3098542.

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

Color convert

RGB 174 71 47 -
CMYK 0 0.59 0.73 0.32
HSL 11.34º 0.57% 0.43% -
HSV(B) 11.34º 0.73% 0.68% -
XYZ 20.22 13.71 4.27 -
YUV 99.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 174 71 47 0 0.59 0.73 0.32 11.34 0.57 0.43
Hex AE 47 2F 0 3B 49 20 B 39 2B
Octal 256 107 57 0 73 111 40 13 71 53
Binary 10101110 1000111 101111 0 111011 1001001 100000 1011 111001 101011

Color Harmonies of #AE472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE472F

Black with #AE472F

Text Example


Text Example

White with #AE472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE472F; }

 p { color: rgb(174,71,47); }

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

background-color css

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

 a { background-color: rgb(174,71,47); }

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

border-color css

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

 span { border-color: rgb(174,71,47); }

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