#A83D33

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

Shades of Medium Carmine #A83D33

Tints of Medium Carmine #A83D33

Color information

#A83D33 (or 0xA83D33) is unknown color: approx Medium Carmine. HEX triplet: A8, 3D and 33. RGB value is (168,61,51). Sum of RGB (Red+Green+Blue) = 168+61+51=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D33 is #57C2CC. Grayscale: #5B5B5B. Windows color (decimal): -5751501 or 3358120. OLE color: 3358120.

HSL color Cylindrical-coordinate representation of color #A83D33: hue angle of 5.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83D33 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1686151-
CMYK00.640.700.34
HSL5.13º53.42%42.94%-
HSV(B)5.13º69.64%65.88%-
XYZ18.4111.94.46-
YUV91.85104.95182.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=60%
G=21.79%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168615100.640.700.345.1353.4242.94
HexA83D3304046225352b
Octal250756301001064256553
Binary10101000111101110011010000001000110100010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D33; }

 p { color: rgb(168,61,51); }

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

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

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

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

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

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

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