Html Css Color HEX #AE3A36 Medium Carmine

📋 copy color: '#AE3A36'

red 174 ◦ green 58 ◦ blue 54

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

Shades of Medium Carmine #AE3A36

Tints of Medium Carmine #AE3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 60.84%
G = 20.28%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE3A36 (or 0xAE3A36) is known color: Medium Carmine. HEX triplet: AE, 3A and 36. RGB value is (174,58,54). Sum of RGB (Red+Green+Blue) = 174+58+54=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A36 is #51C5C9. Grayscale: #5C5C5C. Windows color (decimal): -5359050 or 3553966. OLE color: 3553966.

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

Color convert

RGB 174 58 54 -
CMYK 0 0.67 0.69 0.32
HSL 0.53% 0.45% -
HSV(B) 0.69% 0.68% -
XYZ 19.63 12.29 4.83 -
YUV 92.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 174 58 54 0 0.67 0.69 0.32 2 0.53 0.45
Hex AE 3A 36 0 43 45 20 2 35 2D
Octal 256 72 66 0 103 105 40 2 65 55
Binary 10101110 111010 110110 0 1000011 1000101 100000 10 110101 101101

Color Harmonies of #AE3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A36

Black with #AE3A36

Text Example


Text Example

White with #AE3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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