Html Css Color HEX #AE483A Medium Carmine

📋 copy color: '#AE483A'

red 174 ◦ green 72 ◦ blue 58

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

Shades of Medium Carmine #AE483A

Tints of Medium Carmine #AE483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 57.24%
G = 23.68%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE483A (or 0xAE483A) is known color: Medium Carmine. HEX triplet: AE, 48 and 3A. RGB value is (174,72,58). Sum of RGB (Red+Green+Blue) = 174+72+58=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE483A is #51B7C5. Grayscale: #656565. Windows color (decimal): -5355462 or 3819694. OLE color: 3819694.

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

Color convert

RGB 174 72 58 -
CMYK 0 0.59 0.67 0.32
HSL 7.24º 0.5% 0.45% -
HSV(B) 7.24º 0.67% 0.68% -
XYZ 20.54 13.94 5.61 -
YUV 100.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 174 72 58 0 0.59 0.67 0.32 7.24 0.5 0.45
Hex AE 48 3A 0 3B 43 20 7 32 2D
Octal 256 110 72 0 73 103 40 7 62 55
Binary 10101110 1001000 111010 0 111011 1000011 100000 111 110010 101101

Color Harmonies of #AE483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE483A

Black with #AE483A

Text Example


Text Example

White with #AE483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE483A; }

 p { color: rgb(174,72,58); }

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

background-color css

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

 a { background-color: rgb(174,72,58); }

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

border-color css

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

 span { border-color: rgb(174,72,58); }

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