Html Css Color HEX #AE453D Medium Carmine

📋 copy color: '#AE453D'

red 174 ◦ green 69 ◦ blue 61

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

Shades of Medium Carmine #AE453D

Tints of Medium Carmine #AE453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 57.24%
G = 22.7%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE453D (or 0xAE453D) is known color: Medium Carmine. HEX triplet: AE, 45 and 3D. RGB value is (174,69,61). Sum of RGB (Red+Green+Blue) = 174+69+61=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE453D is #51BAC2. Grayscale: #636363. Windows color (decimal): -5356227 or 4015534. OLE color: 4015534.

HSL color Cylindrical-coordinate representation of color #AE453D: hue angle of 4.25º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE453D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 69 61 -
CMYK 0 0.60 0.65 0.32
HSL 4.25º 0.48% 0.46% -
HSV(B) 4.25º 0.65% 0.68% -
XYZ 20.43 13.59 5.96 -
YUV 99.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 174 69 61 0 0.60 0.65 0.32 4.25 0.48 0.46
Hex AE 45 3D 0 3C 41 20 4 30 2E
Octal 256 105 75 0 74 101 40 4 60 56
Binary 10101110 1000101 111101 0 111100 1000001 100000 100 110000 101110

Color Harmonies of #AE453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE453D

Black with #AE453D

Text Example


Text Example

White with #AE453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE453D; }

 p { color: rgb(174,69,61); }

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

background-color css

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

 a { background-color: rgb(174,69,61); }

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

border-color css

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

 span { border-color: rgb(174,69,61); }

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