Html Css Color HEX #AE3D24 Medium Carmine

📋 copy color: '#AE3D24'

red 174 ◦ green 61 ◦ blue 36

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

Shades of Medium Carmine #AE3D24

Tints of Medium Carmine #AE3D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 64.21%
G = 22.51%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE3D24 (or 0xAE3D24) is known color: Medium Carmine. HEX triplet: AE, 3D and 24. RGB value is (174,61,36). Sum of RGB (Red+Green+Blue) = 174+61+36=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D24 is #51C2DB. Grayscale: #5C5C5C. Windows color (decimal): -5358300 or 2375086. OLE color: 2375086.

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

Color convert

RGB 174 61 36 -
CMYK 0 0.65 0.79 0.32
HSL 10.87º 0.66% 0.41% -
HSV(B) 10.87º 0.79% 0.68% -
XYZ 19.44 12.46 3.05 -
YUV 91.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 174 61 36 0 0.65 0.79 0.32 10.87 0.66 0.41
Hex AE 3D 24 0 41 4F 20 B 42 29
Octal 256 75 44 0 101 117 40 13 102 51
Binary 10101110 111101 100100 0 1000001 1001111 100000 1011 1000010 101001

Color Harmonies of #AE3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D24

Black with #AE3D24

Text Example


Text Example

White with #AE3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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