#a83b3b

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

Shades of Medium Carmine #A83B3B

Tints of Medium Carmine #A83B3B

Color information

#A83B3B (or 0xA83B3B) is unknown color: approx Medium Carmine. HEX triplet: A8, 3B and 3B. RGB value is (168,59,59). Sum of RGB (Red+Green+Blue) = 168+59+59=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B3B is #57C4C4. Grayscale: #5B5B5B. Windows color (decimal): -5752005 or 3881896. OLE color: 3881896.

HSL color Cylindrical-coordinate representation of color #A83B3B: hue angle of 0º 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 #A83B3B is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1685959-
CMYK00.650.650.34
HSL48.02%44.51%-
HSV(B)64.88%65.88%-
XYZ18.511.775.43-
YUV91.59109.61182.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.74%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=58.74%
G=20.63%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168595900.650.650.34048.0244.51
HexA83B3B04141220302d
Octal250737301011014206055
Binary101010001110111110110100000110000011000100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83b3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83b3b; }

 p { color: rgb(168,59,59); }

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

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

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

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

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

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

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