#AA483B

Color #AA483B Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AA483B

Tints of Medium Carmine #AA483B

Color information

#AA483B (or 0xAA483B) is unknown color: approx Medium Carmine. HEX triplet: AA, 48 and 3B. RGB value is (170,72,59). Sum of RGB (Red+Green+Blue) = 170+72+59=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA483B is #55B7C4. Grayscale: #636363. Windows color (decimal): -5617605 or 3885226. OLE color: 3885226.

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

Color convert

RGB1707259-
CMYK00.580.650.33
HSL7.03º48.47%44.9%-
HSV(B)7.03º65.29%66.67%-
XYZ19.6813.55.71-
YUV99.82104.97178.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=56.48%
G=23.92%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170725900.580.650.337.0348.4744.9
HexAA483B03A41217302d
Octal252110730721014176055
Binary10101010100100011101101110101000001100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA483B; }

 p { color: rgb(170,72,59); }

 H1.HeaderClassName
 {
   color: #AA483B;
 }
 .AnyTagClassName
 {
   color: #AA483B;
 }
</style>
background-color css

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

 a { background-color: rgb(170,72,59); }

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

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

 span { border-color: rgb(170,72,59); }

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