Html Css Color HEX #AE3828 Medium Carmine

📋 copy color: '#AE3828'

red 174 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #AE3828

Tints of Medium Carmine #AE3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 64.44%
G = 20.74%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3828 (or 0xAE3828) is known color: Medium Carmine. HEX triplet: AE, 38 and 28. RGB value is (174,56,40). Sum of RGB (Red+Green+Blue) = 174+56+40=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3828 is #51C7D7. Grayscale: #595959. Windows color (decimal): -5359576 or 2635950. OLE color: 2635950.

HSL color Cylindrical-coordinate representation of color #AE3828: hue angle of 7.16º 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 #AE3828 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 56 40 -
CMYK 0 0.68 0.77 0.32
HSL 7.16º 0.63% 0.42% -
HSV(B) 7.16º 0.77% 0.68% -
XYZ 19.25 11.98 3.31 -
YUV 89.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 174 56 40 0 0.68 0.77 0.32 7.16 0.63 0.42
Hex AE 38 28 0 44 4D 20 7 3F 2A
Octal 256 70 50 0 104 115 40 7 77 52
Binary 10101110 111000 101000 0 1000100 1001101 100000 111 111111 101010

Color Harmonies of #AE3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3828

Black with #AE3828

Text Example


Text Example

White with #AE3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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