#A9483B

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

Shades of Medium Carmine #A9483B

Tints of Medium Carmine #A9483B

Color information

#A9483B (or 0xA9483B) is unknown color: approx Medium Carmine. HEX triplet: A9, 48 and 3B. RGB value is (169,72,59). Sum of RGB (Red+Green+Blue) = 169+72+59=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9483B is #56B7C4. Grayscale: #636363. Windows color (decimal): -5683141 or 3885225. OLE color: 3885225.

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

Color convert

RGB1697259-
CMYK00.570.650.34
HSL7.09º48.25%44.71%-
HSV(B)7.09º65.09%66.27%-
XYZ19.4713.395.7-
YUV99.52105.14177.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=56.33%
G=24%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169725900.570.650.347.0948.2544.71
HexA9483B03941227302d
Octal251110730711014276055
Binary10101001100100011101101110011000001100010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9483B; }

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

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

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

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

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

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

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

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