Html Css Color HEX #AA3C28 Medium Carmine

📋 copy color: '#AA3C28'

red 170 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #AA3C28

Tints of Medium Carmine #AA3C28

RGB

 RED value IS 170 (66.8% from 255) = 62.96%

 GREEN value IS 60 (23.83% from 255) = 22.22%

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

R = 62.96%
G = 22.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3C28 (or 0xAA3C28) is known color: Medium Carmine. HEX triplet: AA, 3C and 28. RGB value is (170,60,40). Sum of RGB (Red+Green+Blue) = 170+60+40=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C28 is #55C3D7. Grayscale: #5A5A5A. Windows color (decimal): -5620696 or 2636970. OLE color: 2636970.

HSL color Cylindrical-coordinate representation of color #AA3C28: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3C28 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 40 -
CMYK 0 0.65 0.76 0.33
HSL 9.23º 0.62% 0.41% -
HSV(B) 9.23º 0.76% 0.67% -
XYZ 18.58 11.93 3.33 -
YUV 90.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 170 60 40 0 0.65 0.76 0.33 9.23 0.62 0.41
Hex AA 3C 28 0 41 4C 21 9 3E 29
Octal 252 74 50 0 101 114 41 11 76 51
Binary 10101010 111100 101000 0 1000001 1001100 100001 1001 111110 101001

Color Harmonies of #AA3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C28

Black with #AA3C28

Text Example


Text Example

White with #AA3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C28; }

 p { color: rgb(170,60,40); }

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

background-color css

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

 a { background-color: rgb(170,60,40); }

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

border-color css

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

 span { border-color: rgb(170,60,40); }

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