Html Css Color HEX #AE3A28 Medium Carmine

📋 copy color: '#AE3A28'

red 174 ◦ green 58 ◦ blue 40

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

Shades of Medium Carmine #AE3A28

Tints of Medium Carmine #AE3A28

RGB

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

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

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

R = 63.97%
G = 21.32%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3A28 (or 0xAE3A28) is known color: Medium Carmine. HEX triplet: AE, 3A and 28. RGB value is (174,58,40). Sum of RGB (Red+Green+Blue) = 174+58+40=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A28 is #51C5D7. Grayscale: #5A5A5A. Windows color (decimal): -5359064 or 2636462. OLE color: 2636462.

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

Color convert

RGB 174 58 40 -
CMYK 0 0.67 0.77 0.32
HSL 8.06º 0.63% 0.42% -
HSV(B) 8.06º 0.77% 0.68% -
XYZ 19.35 12.18 3.34 -
YUV 90.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 174 58 40 0 0.67 0.77 0.32 8.06 0.63 0.42
Hex AE 3A 28 0 43 4D 20 8 3F 2A
Octal 256 72 50 0 103 115 40 10 77 52
Binary 10101110 111010 101000 0 1000011 1001101 100000 1000 111111 101010

Color Harmonies of #AE3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A28

Black with #AE3A28

Text Example


Text Example

White with #AE3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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