Html Css Color HEX #AE3A27 Medium Carmine

📋 copy color: '#AE3A27'

red 174 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #AE3A27

Tints of Medium Carmine #AE3A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 64.21%
G = 21.4%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE3A27 (or 0xAE3A27) is known color: Medium Carmine. HEX triplet: AE, 3A and 27. RGB value is (174,58,39). Sum of RGB (Red+Green+Blue) = 174+58+39=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A27 is #51C5D8. Grayscale: #5A5A5A. Windows color (decimal): -5359065 or 2570926. OLE color: 2570926.

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

Color convert

RGB 174 58 39 -
CMYK 0 0.67 0.78 0.32
HSL 8.44º 0.63% 0.42% -
HSV(B) 8.44º 0.78% 0.68% -
XYZ 19.33 12.17 3.25 -
YUV 90.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 174 58 39 0 0.67 0.78 0.32 8.44 0.63 0.42
Hex AE 3A 27 0 43 4E 20 8 3F 2A
Octal 256 72 47 0 103 116 40 10 77 52
Binary 10101110 111010 100111 0 1000011 1001110 100000 1000 111111 101010

Color Harmonies of #AE3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A27

Black with #AE3A27

Text Example


Text Example

White with #AE3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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