Html Css Color HEX #AE3A26 Medium Carmine

📋 copy color: '#AE3A26'

red 174 ◦ green 58 ◦ blue 38

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

Shades of Medium Carmine #AE3A26

Tints of Medium Carmine #AE3A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 64.44%
G = 21.48%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE3A26 (or 0xAE3A26) is known color: Medium Carmine. HEX triplet: AE, 3A and 26. RGB value is (174,58,38). Sum of RGB (Red+Green+Blue) = 174+58+38=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A26 is #51C5D9. Grayscale: #5A5A5A. Windows color (decimal): -5359066 or 2505390. OLE color: 2505390.

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

Color convert

RGB 174 58 38 -
CMYK 0 0.67 0.78 0.32
HSL 8.82º 0.64% 0.42% -
HSV(B) 8.82º 0.78% 0.68% -
XYZ 19.32 12.16 3.16 -
YUV 90.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 174 58 38 0 0.67 0.78 0.32 8.82 0.64 0.42
Hex AE 3A 26 0 43 4E 20 9 40 2A
Octal 256 72 46 0 103 116 40 11 100 52
Binary 10101110 111010 100110 0 1000011 1001110 100000 1001 1000000 101010

Color Harmonies of #AE3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A26

Black with #AE3A26

Text Example


Text Example

White with #AE3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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