Html Css Color HEX #AE4228 Medium Carmine

📋 copy color: '#AE4228'

red 174 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #AE4228

Tints of Medium Carmine #AE4228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 62.14%
G = 23.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE4228 (or 0xAE4228) is known color: Medium Carmine. HEX triplet: AE, 42 and 28. RGB value is (174,66,40). Sum of RGB (Red+Green+Blue) = 174+66+40=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4228 is #51BDD7. Grayscale: #5F5F5F. Windows color (decimal): -5357016 or 2638510. OLE color: 2638510.

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

Color convert

RGB 174 66 40 -
CMYK 0 0.62 0.77 0.32
HSL 11.64º 0.63% 0.42% -
HSV(B) 11.64º 0.77% 0.68% -
XYZ 19.79 13.05 3.48 -
YUV 95.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 174 66 40 0 0.62 0.77 0.32 11.64 0.63 0.42
Hex AE 42 28 0 3E 4D 20 C 3F 2A
Octal 256 102 50 0 76 115 40 14 77 52
Binary 10101110 1000010 101000 0 111110 1001101 100000 1100 111111 101010

Color Harmonies of #AE4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4228

Black with #AE4228

Text Example


Text Example

White with #AE4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4228; }

 p { color: rgb(174,66,40); }

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

background-color css

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

 a { background-color: rgb(174,66,40); }

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

border-color css

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

 span { border-color: rgb(174,66,40); }

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