Html Css Color HEX #AE3722 Medium Carmine

📋 copy color: '#AE3722'

red 174 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #AE3722

Tints of Medium Carmine #AE3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 66.16%
G = 20.91%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE3722 (or 0xAE3722) is known color: Medium Carmine. HEX triplet: AE, 37 and 22. RGB value is (174,55,34). Sum of RGB (Red+Green+Blue) = 174+55+34=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3722 is #51C8DD. Grayscale: #585858. Windows color (decimal): -5359838 or 2242478. OLE color: 2242478.

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

Color convert

RGB 174 55 34 -
CMYK 0 0.68 0.80 0.32
HSL 0.67% 0.41% -
HSV(B) 0.8% 0.68% -
XYZ 19.11 11.85 2.79 -
YUV 88.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 174 55 34 0 0.68 0.80 0.32 9 0.67 0.41
Hex AE 37 22 0 44 50 20 9 43 29
Octal 256 67 42 0 104 120 40 11 103 51
Binary 10101110 110111 100010 0 1000100 1010000 100000 1001 1000011 101001

Color Harmonies of #AE3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3722

Black with #AE3722

Text Example


Text Example

White with #AE3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3722; }

 p { color: rgb(174,55,34); }

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

background-color css

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

 a { background-color: rgb(174,55,34); }

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

border-color css

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

 span { border-color: rgb(174,55,34); }

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