Html Css Color HEX #AE3A32 Medium Carmine

📋 copy color: '#AE3A32'

red 174 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #AE3A32

Tints of Medium Carmine #AE3A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 61.7%
G = 20.57%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE3A32 (or 0xAE3A32) is known color: Medium Carmine. HEX triplet: AE, 3A and 32. RGB value is (174,58,50). Sum of RGB (Red+Green+Blue) = 174+58+50=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A32 is #51C5CD. Grayscale: #5B5B5B. Windows color (decimal): -5359054 or 3291822. OLE color: 3291822.

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

Color convert

RGB 174 58 50 -
CMYK 0 0.67 0.71 0.32
HSL 3.87º 0.55% 0.44% -
HSV(B) 3.87º 0.71% 0.68% -
XYZ 19.54 12.26 4.35 -
YUV 91.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 174 58 50 0 0.67 0.71 0.32 3.87 0.55 0.44
Hex AE 3A 32 0 43 47 20 4 37 2C
Octal 256 72 62 0 103 107 40 4 67 54
Binary 10101110 111010 110010 0 1000011 1000111 100000 100 110111 101100

Color Harmonies of #AE3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A32

Black with #AE3A32

Text Example


Text Example

White with #AE3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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