Html Css Color HEX #AE4330 Medium Carmine

📋 copy color: '#AE4330'

red 174 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #AE4330

Tints of Medium Carmine #AE4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 60.21%
G = 23.18%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4330 (or 0xAE4330) is known color: Medium Carmine. HEX triplet: AE, 43 and 30. RGB value is (174,67,48). Sum of RGB (Red+Green+Blue) = 174+67+48=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4330 is #51BCCF. Grayscale: #616161. Windows color (decimal): -5356752 or 3163054. OLE color: 3163054.

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

Color convert

RGB 174 67 48 -
CMYK 0 0.61 0.72 0.32
HSL 9.05º 0.57% 0.44% -
HSV(B) 9.05º 0.72% 0.68% -
XYZ 20 13.23 4.3 -
YUV 96.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 174 67 48 0 0.61 0.72 0.32 9.05 0.57 0.44
Hex AE 43 30 0 3D 48 20 9 39 2C
Octal 256 103 60 0 75 110 40 11 71 54
Binary 10101110 1000011 110000 0 111101 1001000 100000 1001 111001 101100

Color Harmonies of #AE4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4330

Black with #AE4330

Text Example


Text Example

White with #AE4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4330; }

 p { color: rgb(174,67,48); }

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

background-color css

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

 a { background-color: rgb(174,67,48); }

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

border-color css

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

 span { border-color: rgb(174,67,48); }

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