#A84030

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

Shades of Medium Carmine #A84030

Tints of Medium Carmine #A84030

Color information

#A84030 (or 0xA84030) is unknown color: approx Medium Carmine. HEX triplet: A8, 40 and 30. RGB value is (168,64,48). Sum of RGB (Red+Green+Blue) = 168+64+48=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A84030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84030 is #57BFCF. Grayscale: #5D5D5D. Windows color (decimal): -5750736 or 3162280. OLE color: 3162280.

HSL color Cylindrical-coordinate representation of color #A84030: hue angle of 8º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84030 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB1686448-
CMYK00.620.710.34
HSL55.56%42.35%-
HSV(B)71.43%65.88%-
XYZ18.5212.214.18-
YUV93.27102.46181.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=60%
G=22.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168644800.620.710.34855.5642.35
HexA8403003E47228382a
Octal2501006007610742107052
Binary101010001000000110000011111010001111000101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84030; }

 p { color: rgb(168,64,48); }

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

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

 a { background-color: rgb(168,64,48); }

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

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

 span { border-color: rgb(168,64,48); }

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