Html Css Color HEX #AE3A20 Medium Carmine

📋 copy color: '#AE3A20'

red 174 ◦ green 58 ◦ blue 32

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

Shades of Medium Carmine #AE3A20

Tints of Medium Carmine #AE3A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 65.91%
G = 21.97%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3A20 (or 0xAE3A20) is known color: Medium Carmine. HEX triplet: AE, 3A and 20. RGB value is (174,58,32). Sum of RGB (Red+Green+Blue) = 174+58+32=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A20 is #51C5DF. Grayscale: #595959. Windows color (decimal): -5359072 or 2112174. OLE color: 2112174.

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

Color convert

RGB 174 58 32 -
CMYK 0 0.67 0.82 0.32
HSL 10.99º 0.69% 0.4% -
HSV(B) 10.99º 0.82% 0.68% -
XYZ 19.23 12.13 2.69 -
YUV 89.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 174 58 32 0 0.67 0.82 0.32 10.99 0.69 0.4
Hex AE 3A 20 0 43 52 20 B 45 28
Octal 256 72 40 0 103 122 40 13 105 50
Binary 10101110 111010 100000 0 1000011 1010010 100000 1011 1000101 101000

Color Harmonies of #AE3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A20

Black with #AE3A20

Text Example


Text Example

White with #AE3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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